Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2_data.c106 bf = ops->data_bestfree_p(hdr); in __xfs_dir3_data_check()
584 bf = ops->data_bestfree_p(hdr); in xfs_dir2_data_freescan_int()
678 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir3_data_init()
837 bf = args->dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_data_make_free()
1028 bf = args->dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_data_use_free()
Dxfs_da_format.c705 .data_bestfree_p = xfs_dir2_data_bestfree_p,
755 .data_bestfree_p = xfs_dir2_data_bestfree_p,
805 .data_bestfree_p = xfs_dir3_data_bestfree_p,
Dxfs_dir2_leaf.c378 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_block_to_leaf()
776 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_addname()
792 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_addname()
1332 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_removename()
1579 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.c175 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_block_need_space()
1209 dp->d_ops->data_bestfree_p(hdr), in xfs_dir2_sf_to_block()
Dxfs_dir2_node.c1259 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leafn_remove()
1726 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_node_add_datablk()
1908 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_node_addname_int()
/Linux-v5.4/fs/xfs/scrub/
Ddir.c354 bf = d_ops->data_bestfree_p(bp->b_addr); in xchk_directory_data_bestfree()
461 dfp = sc->ip->d_ops->data_bestfree_p(dbp->b_addr); in xchk_directory_check_freesp()