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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_leaf.c181 int lowstale; /* index of prev stale leaf */ local
323 xfs_dir2_leaf_compact_x1(lbp, &index, &lowstale, &highstale,
466 for (lowstale = index - 1;
467 lowstale >= 0 &&
468 be32_to_cpu(leaf->ents[lowstale].address) !=
470 lowstale--)
475 * lowstale entry would be better.
481 (lowstale < 0 ||
482 index - lowstale - 1 >= highstale - index);
489 if (lowstale >
658 int lowstale; /* stale entry before index */ local
[all...]
H A Dxfs_dir2_block.c88 int lowstale; /* low stale index */ local
349 for (lowstale = mid;
350 lowstale >= 0 &&
351 be32_to_cpu(blp[lowstale].address) != XFS_DIR2_NULL_DATAPTR;
352 lowstale--)
357 (lowstale < 0 || mid - lowstale > highstale - mid);
363 if (lowstale >= 0 &&
365 mid - lowstale <= highstale - mid)) {
366 if (mid - lowstale)
[all...]
H A Dxfs_dir2_node.c194 int lowstale; /* previous stale entry */ local
236 xfs_dir2_leaf_compact_x1(bp, &index, &lowstale, &highstale,
270 for (lowstale = index - 1;
271 lowstale >= 0 &&
272 be32_to_cpu(leaf->ents[lowstale].address) !=
274 lowstale--)
279 * lowstale already found.
285 (lowstale < 0 ||
286 index - lowstale - 1 >= highstale - index);
294 if (lowstale >
[all...]

Completed in 93 milliseconds