Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h81 int xfs_attr3_leaf_add(struct xfs_buf *leaf_buffer,
H A Dxfs_attr.c1242 return xfs_attr3_leaf_add(bp, args); in xfs_attr_leaf_try_add()
1431 error = xfs_attr3_leaf_add(blk->bp, state->args); in xfs_attr_node_try_addname()
H A Dxfs_attr_leaf.c993 error = xfs_attr3_leaf_add(bp, &nargs); in xfs_attr_shortform_to_leaf()
1388 error = xfs_attr3_leaf_add(oldblk->bp, state->args); in xfs_attr3_leaf_split()
1391 error = xfs_attr3_leaf_add(newblk->bp, state->args); in xfs_attr3_leaf_split()
1406 xfs_attr3_leaf_add( in xfs_attr3_leaf_add() function