Home
last modified time | relevance | path

Searched refs:xfs_da3_node_create (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_btree.h150 int xfs_da3_node_create(struct xfs_da_args *args, xfs_dablk_t blkno,
Dxfs_da_btree.c315 xfs_da3_node_create( in xfs_da3_node_create() function
615 error = xfs_da3_node_create(args, in xfs_da3_root_split()
690 error = xfs_da3_node_create(state->args, blkno, treelevel, in xfs_da3_node_split()
Dxfs_attr_leaf.c1110 error = xfs_da3_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()