Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_da_btree.h177 int xfs_da3_node_create(struct xfs_da_args *args, xfs_dablk_t blkno,
Dxfs_da_btree.c503 xfs_da3_node_create( in xfs_da3_node_create() function
795 error = xfs_da3_node_create(args, in xfs_da3_root_split()
870 error = xfs_da3_node_create(state->args, blkno, treelevel, in xfs_da3_node_split()
Dxfs_attr_leaf.c1253 error = xfs_da3_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()