Home
last modified time | relevance | path

Searched refs:highstale (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_dir2_leaf.c490 int *highstale) in xfs_dir3_leaf_find_stale() argument
506 for (*highstale = index; *highstale < leafhdr->count; ++*highstale) { in xfs_dir3_leaf_find_stale()
507 if (ents[*highstale].address == in xfs_dir3_leaf_find_stale()
558 &lowstale, &highstale); in xfs_dir3_leaf_find_entry()
564 (highstale == leafhdr->count || in xfs_dir3_leaf_find_entry()
588 ASSERT(highstale - index >= 0); in xfs_dir3_leaf_find_entry()
595 if (highstale - index > 0) { in xfs_dir3_leaf_find_entry()
999 keepstale = highstale; in xfs_dir3_leaf_compact_x1()
1020 lowstale = highstale = to; in xfs_dir3_leaf_compact_x1()
1048 highstale = leafhdr->count; in xfs_dir3_leaf_compact_x1()
[all …]
A Dxfs_dir2_block.c312 int highstale; /* high stale index */ in xfs_dir2_block_compact() local
315 highstale = *lfloghigh = -1; in xfs_dir2_block_compact()
318 if (highstale == -1) in xfs_dir2_block_compact()
319 highstale = toidx; in xfs_dir2_block_compact()
365 int highstale; /* high stale index */ in xfs_dir2_block_addname() local
515 for (highstale = mid + 1; in xfs_dir2_block_addname()
517 blp[highstale].address != in xfs_dir2_block_addname()
520 highstale++) in xfs_dir2_block_addname()
540 if (highstale - mid) in xfs_dir2_block_addname()
542 (highstale - mid) * sizeof(*blp)); in xfs_dir2_block_addname()
[all …]
A Dxfs_dir2_priv.h126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
A Dxfs_dir2_node.c504 int highstale = 0; /* next stale entry */ in xfs_dir2_leafn_add() local
549 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()
562 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()

Completed in 16 milliseconds