Lines Matching refs:bf
1172 struct xfs_dir2_data_free *bf; /* bestfree table */ in xfs_dir2_leafn_remove() local
1215 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leafn_remove()
1216 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove()
1233 if (longest < be16_to_cpu(bf[0].length)) { in xfs_dir2_leafn_remove()
1264 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove()
1668 struct xfs_dir2_data_free *bf; in xfs_dir2_node_addname_int() local
1927 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_node_addname_int()
1928 bests[findex] = bf[0].length; in xfs_dir2_node_addname_int()
1950 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_node_addname_int()
1953 ASSERT(be16_to_cpu(bf[0].length) >= length); in xfs_dir2_node_addname_int()
1958 ((char *)hdr + be16_to_cpu(bf[0].offset)); in xfs_dir2_node_addname_int()
1991 if (be16_to_cpu(bests[findex]) != be16_to_cpu(bf[0].length)) { in xfs_dir2_node_addname_int()
1992 bests[findex] = bf[0].length; in xfs_dir2_node_addname_int()