Home
last modified time | relevance | path

Searched refs:lowstale (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c485 int *lowstale, in xfs_dir3_leaf_find_stale()
491 for (*lowstale = index - 1; *lowstale >= 0; --*lowstale) { in xfs_dir3_leaf_find_stale()
492 if (ents[*lowstale].address == in xfs_dir3_leaf_find_stale()
500 * lowstale. in xfs_dir3_leaf_find_stale()
506 if (*lowstale >= 0 && index - *lowstale <= *highstale - index) in xfs_dir3_leaf_find_stale()
517 int lowstale, /* index of prev stale leaf */ in xfs_dir3_leaf_find_entry()
554 &lowstale, in xfs_dir3_leaf_find_entry()
481 xfs_dir3_leaf_find_stale( struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_dir2_leaf_entry *ents, int index, int *lowstale, int *highstale) xfs_dir3_leaf_find_stale() argument
512 xfs_dir3_leaf_find_entry( struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_dir2_leaf_entry *ents, int index, int compact, int lowstale, int highstale, int *lfloglow, int *lfloghigh) xfs_dir3_leaf_find_entry() argument
632 int lowstale = 0; /* index of prev stale leaf */ xfs_dir2_leaf_addname() local
978 int lowstale; /* stale entry before index */ xfs_dir3_leaf_compact_x1() local
[all...]
H A Dxfs_dir2_block.c370 int lowstale; /* low stale index */ in xfs_dir2_block_addname() local
509 for (lowstale = mid; in xfs_dir2_block_addname()
510 lowstale >= 0 && in xfs_dir2_block_addname()
511 blp[lowstale].address != in xfs_dir2_block_addname()
513 lowstale--) in xfs_dir2_block_addname()
519 (lowstale < 0 || mid - lowstale > highstale - mid); in xfs_dir2_block_addname()
525 if (lowstale >= 0 && in xfs_dir2_block_addname()
527 mid - lowstale <= highstale - mid)) { in xfs_dir2_block_addname()
528 if (mid - lowstale) in xfs_dir2_block_addname()
[all...]
H A Dxfs_dir2_priv.h126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
H A Dxfs_dir2_node.c507 int lowstale = 0; /* previous stale entry */ in xfs_dir2_leafn_add() local
548 xfs_dir3_leaf_compact_x1(&leafhdr, ents, &index, &lowstale, in xfs_dir2_leafn_add()
561 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale, in xfs_dir2_leafn_add()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c494 int *lowstale, in xfs_dir3_leaf_find_stale()
500 for (*lowstale = index - 1; *lowstale >= 0; --*lowstale) { in xfs_dir3_leaf_find_stale()
501 if (ents[*lowstale].address == in xfs_dir3_leaf_find_stale()
509 * lowstale. in xfs_dir3_leaf_find_stale()
515 if (*lowstale >= 0 && index - *lowstale <= *highstale - index) in xfs_dir3_leaf_find_stale()
526 int lowstale, /* index of prev stale leaf */ in xfs_dir3_leaf_find_entry()
563 &lowstale, in xfs_dir3_leaf_find_entry()
490 xfs_dir3_leaf_find_stale( struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_dir2_leaf_entry *ents, int index, int *lowstale, int *highstale) xfs_dir3_leaf_find_stale() argument
521 xfs_dir3_leaf_find_entry( struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_dir2_leaf_entry *ents, int index, int compact, int lowstale, int highstale, int *lfloglow, int *lfloghigh) xfs_dir3_leaf_find_entry() argument
641 int lowstale = 0; /* index of prev stale leaf */ xfs_dir2_leaf_addname() local
987 int lowstale; /* stale entry before index */ xfs_dir3_leaf_compact_x1() local
[all...]
H A Dxfs_dir2_block.c370 int lowstale; /* low stale index */ in xfs_dir2_block_addname() local
509 for (lowstale = mid; in xfs_dir2_block_addname()
510 lowstale >= 0 && in xfs_dir2_block_addname()
511 blp[lowstale].address != in xfs_dir2_block_addname()
513 lowstale--) in xfs_dir2_block_addname()
519 (lowstale < 0 || mid - lowstale > highstale - mid); in xfs_dir2_block_addname()
525 if (lowstale >= 0 && in xfs_dir2_block_addname()
527 mid - lowstale <= highstale - mid)) { in xfs_dir2_block_addname()
528 if (mid - lowstale) in xfs_dir2_block_addname()
[all...]
H A Dxfs_dir2_priv.h126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
H A Dxfs_dir2_node.c507 int lowstale = 0; /* previous stale entry */ in xfs_dir2_leafn_add() local
548 xfs_dir3_leaf_compact_x1(&leafhdr, ents, &index, &lowstale, in xfs_dir2_leafn_add()
561 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale, in xfs_dir2_leafn_add()

Completed in 12 milliseconds