Searched refs:highstale (Results 1 - 4 of 4) sorted by path

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_block.c319 int highstale; /* high stale index */ local
322 highstale = *lfloghigh = -1;
325 if (highstale == -1)
326 highstale = toidx;
372 int highstale; /* high stale index */ local
522 for (highstale = mid + 1;
523 highstale < be32_to_cpu(btp->count) &&
524 blp[highstale].address !=
526 (lowstale < 0 || mid - lowstale > highstale - mid);
527 highstale
[all...]
H A Dxfs_dir2_leaf.c546 int *highstale)
562 for (*highstale = index; *highstale < leafhdr->count; ++*highstale) {
563 if (ents[*highstale].address ==
566 if (*lowstale >= 0 && index - *lowstale <= *highstale - index)
578 int highstale, /* index of next stale leaf */
614 &lowstale, &highstale);
620 (highstale == leafhdr->count ||
621 index - lowstale - 1 < highstale
541 xfs_dir3_leaf_find_stale( struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_dir2_leaf_entry *ents, int index, int *lowstale, int *highstale) argument
572 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) argument
686 int highstale = 0; /* index of next stale leaf */ local
1036 int highstale; /* stale entry at/after index */ local
[all...]
H A Dxfs_dir2_node.c511 int highstale = 0; /* next stale entry */ local
557 &highstale, &lfloglow, &lfloghigh);
570 highstale, &lfloglow, &lfloghigh);
H A Dxfs_dir2_priv.h127 int lowstale, int highstale, int *lfloglow, int *lfloghigh);

Completed in 218 milliseconds