Lines Matching refs:lowstale

503 	int			*lowstale,  in xfs_dir3_leaf_find_stale()  argument
509 for (*lowstale = index - 1; *lowstale >= 0; --*lowstale) { in xfs_dir3_leaf_find_stale()
510 if (ents[*lowstale].address == in xfs_dir3_leaf_find_stale()
524 if (*lowstale >= 0 && index - *lowstale <= *highstale - index) in xfs_dir3_leaf_find_stale()
535 int lowstale, /* index of prev stale leaf */ in xfs_dir3_leaf_find_entry() argument
572 &lowstale, &highstale); in xfs_dir3_leaf_find_entry()
577 if (lowstale >= 0 && in xfs_dir3_leaf_find_entry()
579 index - lowstale - 1 < highstale - index)) { in xfs_dir3_leaf_find_entry()
580 ASSERT(index - lowstale - 1 >= 0); in xfs_dir3_leaf_find_entry()
581 ASSERT(ents[lowstale].address == in xfs_dir3_leaf_find_entry()
588 if (index - lowstale - 1 > 0) { in xfs_dir3_leaf_find_entry()
589 memmove(&ents[lowstale], &ents[lowstale + 1], in xfs_dir3_leaf_find_entry()
590 (index - lowstale - 1) * in xfs_dir3_leaf_find_entry()
593 *lfloglow = min(lowstale, *lfloglow); in xfs_dir3_leaf_find_entry()
644 int lowstale; /* index of prev stale leaf */ in xfs_dir2_leaf_addname() local
790 xfs_dir3_leaf_compact_x1(&leafhdr, ents, &index, &lowstale, in xfs_dir2_leaf_addname()
906 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale, in xfs_dir2_leaf_addname()
1000 int lowstale; /* stale entry before index */ in xfs_dir3_leaf_compact_x1() local
1007 xfs_dir3_leaf_find_stale(leafhdr, ents, index, &lowstale, &highstale); in xfs_dir3_leaf_compact_x1()
1012 if (lowstale >= 0 && in xfs_dir3_leaf_compact_x1()
1014 index - lowstale <= highstale - index)) in xfs_dir3_leaf_compact_x1()
1015 keepstale = lowstale; in xfs_dir3_leaf_compact_x1()
1038 lowstale = highstale = to; in xfs_dir3_leaf_compact_x1()
1063 if (lowstale >= newindex) in xfs_dir3_leaf_compact_x1()
1064 lowstale = -1; in xfs_dir3_leaf_compact_x1()
1068 *lowstalep = lowstale; in xfs_dir3_leaf_compact_x1()