Lines Matching refs:bf
1168 struct xfs_dir2_data_free *bf; /* bestfree table */ in xfs_dir2_leafn_remove() local
1211 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leafn_remove()
1212 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove()
1229 if (longest < be16_to_cpu(bf[0].length)) { in xfs_dir2_leafn_remove()
1260 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove()
1664 struct xfs_dir2_data_free *bf; in xfs_dir2_node_addname_int() local
1924 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_node_addname_int()
1925 bests[findex] = bf[0].length; in xfs_dir2_node_addname_int()
1947 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_node_addname_int()
1950 ASSERT(be16_to_cpu(bf[0].length) >= length); in xfs_dir2_node_addname_int()
1955 ((char *)hdr + be16_to_cpu(bf[0].offset)); in xfs_dir2_node_addname_int()
1988 if (be16_to_cpu(bests[findex]) != be16_to_cpu(bf[0].length)) { in xfs_dir2_node_addname_int()
1989 bests[findex] = bf[0].length; in xfs_dir2_node_addname_int()