Searched refs:highstale (Results 1 – 4 of 4) sorted by relevance
546 int *highstale) in xfs_dir3_leaf_find_stale() argument562 for (*highstale = index; *highstale < leafhdr->count; ++*highstale) { in xfs_dir3_leaf_find_stale()563 if (ents[*highstale].address == in xfs_dir3_leaf_find_stale()614 &lowstale, &highstale); in xfs_dir3_leaf_find_entry()620 (highstale == leafhdr->count || in xfs_dir3_leaf_find_entry()644 ASSERT(highstale - index >= 0); in xfs_dir3_leaf_find_entry()651 if (highstale - index > 0) { in xfs_dir3_leaf_find_entry()1056 keepstale = highstale; in xfs_dir3_leaf_compact_x1()1077 lowstale = highstale = to; in xfs_dir3_leaf_compact_x1()1105 highstale = leafhdr->count; in xfs_dir3_leaf_compact_x1()[all …]
319 int highstale; /* high stale index */ in xfs_dir2_block_compact() local322 highstale = *lfloghigh = -1; in xfs_dir2_block_compact()325 if (highstale == -1) in xfs_dir2_block_compact()326 highstale = toidx; in xfs_dir2_block_compact()372 int highstale; /* high stale index */ in xfs_dir2_block_addname() local522 for (highstale = mid + 1; in xfs_dir2_block_addname()524 blp[highstale].address != in xfs_dir2_block_addname()527 highstale++) in xfs_dir2_block_addname()547 if (highstale - mid) in xfs_dir2_block_addname()549 (highstale - mid) * sizeof(*blp)); in xfs_dir2_block_addname()[all …]
127 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
511 int highstale = 0; /* next stale entry */ in xfs_dir2_leafn_add() local557 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()570 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()
Completed in 15 milliseconds