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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_block.c314 int highstale; /* high stale index */ local
317 highstale = *lfloghigh = -1;
320 if (highstale == -1)
321 highstale = toidx;
367 int highstale; /* high stale index */ local
517 for (highstale = mid + 1;
518 highstale < be32_to_cpu(btp->count) &&
519 blp[highstale].address !=
521 (lowstale < 0 || mid - lowstale > highstale - mid);
522 highstale
[all...]
H A Dxfs_dir2_leaf.c496 int *highstale)
512 for (*highstale = index; *highstale < leafhdr->count; ++*highstale) {
513 if (ents[*highstale].address ==
516 if (*lowstale >= 0 && index - *lowstale <= *highstale - index)
528 int highstale, /* index of next stale leaf */
564 &lowstale, &highstale);
570 (highstale == leafhdr->count ||
571 index - lowstale - 1 < highstale
491 xfs_dir3_leaf_find_stale( struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_dir2_leaf_entry *ents, int index, int *lowstale, int *highstale) argument
522 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
636 int highstale = 0; /* index of next stale leaf */ local
985 int highstale; /* stale entry at/after index */ local
[all...]
H A Dxfs_dir2_priv.h126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
H A Dxfs_dir2_node.c507 int highstale = 0; /* next stale entry */ local
553 &highstale, &lfloglow, &lfloghigh);
566 highstale, &lfloglow, &lfloghigh);

Completed in 133 milliseconds