Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c486 int *highstale) in xfs_dir3_leaf_find_stale()
502 for (*highstale = index; *highstale < leafhdr->count; ++*highstale) { in xfs_dir3_leaf_find_stale()
503 if (ents[*highstale].address == in xfs_dir3_leaf_find_stale()
506 if (*lowstale >= 0 && index - *lowstale <= *highstale - index) in xfs_dir3_leaf_find_stale()
518 int highstale, /* index of next stale leaf */ in xfs_dir3_leaf_find_entry()
554 &lowstale, &highstale); in xfs_dir3_leaf_find_entry()
560 (highstale == leafhdr->count || in xfs_dir3_leaf_find_entry()
561 index - lowstale - 1 < highstale 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
626 int highstale = 0; /* index of next stale leaf */ xfs_dir2_leaf_addname() local
975 int highstale; /* stale entry at/after index */ xfs_dir3_leaf_compact_x1() local
[all...]
H 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()
516 highstale < be32_to_cpu(btp->count) && in xfs_dir2_block_addname()
517 blp[highstale].address != in xfs_dir2_block_addname()
519 (lowstale < 0 || mid - lowstale > highstale - mid); in xfs_dir2_block_addname()
520 highstale 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.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()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c495 int *highstale) in xfs_dir3_leaf_find_stale()
511 for (*highstale = index; *highstale < leafhdr->count; ++*highstale) { in xfs_dir3_leaf_find_stale()
512 if (ents[*highstale].address == in xfs_dir3_leaf_find_stale()
515 if (*lowstale >= 0 && index - *lowstale <= *highstale - index) in xfs_dir3_leaf_find_stale()
527 int highstale, /* index of next stale leaf */ in xfs_dir3_leaf_find_entry()
563 &lowstale, &highstale); in xfs_dir3_leaf_find_entry()
569 (highstale == leafhdr->count || in xfs_dir3_leaf_find_entry()
570 index - lowstale - 1 < highstale 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
635 int highstale = 0; /* index of next stale leaf */ xfs_dir2_leaf_addname() local
984 int highstale; /* stale entry at/after index */ xfs_dir3_leaf_compact_x1() local
[all...]
H 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()
516 highstale < be32_to_cpu(btp->count) && in xfs_dir2_block_addname()
517 blp[highstale].address != in xfs_dir2_block_addname()
519 (lowstale < 0 || mid - lowstale > highstale - mid); in xfs_dir2_block_addname()
520 highstale 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.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 12 milliseconds