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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c495 int *lowstale,
501 for (*lowstale = index - 1; *lowstale >= 0; --*lowstale) {
502 if (ents[*lowstale].address ==
510 * lowstale.
516 if (*lowstale >= 0 && index - *lowstale <= *highstale - index)
527 int lowstale, /* index of prev stale leaf */
564 &lowstale,
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
642 int lowstale = 0; /* index of prev stale leaf */ local
988 int lowstale; /* stale entry before index */ local
[all...]
H A Dxfs_dir2_block.c372 int lowstale; /* low stale index */ local
511 for (lowstale = mid;
512 lowstale >= 0 &&
513 blp[lowstale].address !=
515 lowstale--)
521 (lowstale < 0 || mid - lowstale > highstale - mid);
527 if (lowstale >= 0 &&
529 mid - lowstale <= highstale - mid)) {
530 if (mid - lowstale)
[all...]
H A Dxfs_dir2_priv.h126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
H A Dxfs_dir2_node.c510 int lowstale = 0; /* previous stale entry */ local
552 xfs_dir3_leaf_compact_x1(&leafhdr, ents, &index, &lowstale,
565 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale,

Completed in 479 milliseconds