/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_leaf.c | 485 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 D | xfs_dir2_block.c | 370 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 D | xfs_dir2_priv.h | 126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
|
H A D | xfs_dir2_node.c | 507 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 D | xfs_dir2_leaf.c | 494 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 D | xfs_dir2_block.c | 370 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 D | xfs_dir2_priv.h | 126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
|
H A D | xfs_dir2_node.c | 507 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()
|