Searched refs:bestsp (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c388 __be16 *bestsp; /* leaf's bestsp entries */ local
477 bestsp = xfs_dir2_leaf_bests_p(ltp);
478 bestsp[0] = bf[0].length;
620 __be16 *bestsp; /* freespace table in leaf */ local
665 bestsp = xfs_dir2_leaf_bests_p(ltp);
681 ASSERT(bestsp[i] != cpu_to_be16(NULLDATAOFF));
682 if (be16_to_cpu(bestsp[i]) >= length) {
695 if (bestsp[i] == cpu_to_be16(NULLDATAOFF) &&
698 else if (be16_to_cpu(bestsp[
1350 __be16 *bestsp; /* leaf block best freespace */ local
1604 __be16 *bestsp; /* leaf bests table */ local
[all...]
H A Dxfs_dir2_block.c929 __be16 *bestsp; /* leaf bests table */ local
970 bestsp = xfs_dir2_leaf_bests_p(ltp);
971 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) ==

Completed in 249 milliseconds