Home
last modified time | relevance | path

Searched refs:data_bestfree_p (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_data.c110 bf = ops->data_bestfree_p(hdr); in __xfs_dir3_data_check()
586 bf = ops->data_bestfree_p(hdr); in xfs_dir2_data_freescan_int()
680 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir3_data_init()
839 bf = args->dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_data_make_free()
1030 bf = args->dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_data_use_free()
Dxfs_da_format.c708 .data_bestfree_p = xfs_dir2_data_bestfree_p,
758 .data_bestfree_p = xfs_dir2_data_bestfree_p,
808 .data_bestfree_p = xfs_dir3_data_bestfree_p,
Dxfs_dir2_leaf.c439 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_block_to_leaf()
840 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_addname()
856 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_addname()
1396 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_removename()
1643 struct xfs_dir2_data_free *bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_trim_data()
Dxfs_dir2.h55 (*data_bestfree_p)(struct xfs_dir2_data_hdr *hdr); member
Dxfs_dir2_block.c178 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_block_need_space()
1212 dp->d_ops->data_bestfree_p(hdr), in xfs_dir2_sf_to_block()
Dxfs_dir2_node.c1265 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leafn_remove()
1978 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_node_addname_int()
2001 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_node_addname_int()
/linux-4.19.296/fs/xfs/scrub/
Ddir.c361 bf = d_ops->data_bestfree_p(bp->b_addr); in xchk_directory_data_bestfree()
468 dfp = sc->ip->d_ops->data_bestfree_p(dbp->b_addr); in xchk_directory_check_freesp()