Searched refs:bestsp (Results 1 - 2 of 2) sorted by last modified time

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c438 __be16 *bestsp; /* leaf's bestsp entries */
527 bestsp = xfs_dir2_leaf_bests_p(ltp);
528 bestsp[0] = bf[0].length;
670 __be16 *bestsp; /* freespace table in leaf */
716 bestsp = xfs_dir2_leaf_bests_p(ltp);
732 ASSERT(bestsp[i] != cpu_to_be16(NULLDATAOFF));
733 if (be16_to_cpu(bestsp[i]) >= length) {
746 if (bestsp[i] == cpu_to_be16(NULLDATAOFF) &&
749 else if (be16_to_cpu(bestsp[
388 __be16 *bestsp; /* leaf's bestsp entries */ local
620 __be16 *bestsp; /* freespace table in leaf */ local
1350 __be16 *bestsp; /* leaf block best freespace */ local
1604 __be16 *bestsp; /* leaf bests table */ local
[all...]
H A Dxfs_dir2_block.c934 __be16 *bestsp; /* leaf bests table */
975 bestsp = xfs_dir2_leaf_bests_p(ltp);
976 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) ==
929 __be16 *bestsp; /* leaf bests table */ local

Completed in 869 milliseconds