Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_attr_leaf.h82 int xfs_attr3_leaf_add(struct xfs_buf *leaf_buffer,
Dxfs_attr.c965 return xfs_attr3_leaf_add(bp, args); in xfs_attr_leaf_try_add()
1175 error = xfs_attr3_leaf_add(blk->bp, state->args); in xfs_attr_node_addname()
Dxfs_attr_leaf.c957 error = xfs_attr3_leaf_add(bp, &nargs); in xfs_attr_shortform_to_leaf()
1340 error = xfs_attr3_leaf_add(oldblk->bp, state->args); in xfs_attr3_leaf_split()
1343 error = xfs_attr3_leaf_add(newblk->bp, state->args); in xfs_attr3_leaf_split()
1358 xfs_attr3_leaf_add( in xfs_attr3_leaf_add() function