Searched refs:xfs_attr3_leaf_add (Results 1 – 3 of 3) sorted by relevance
82 int xfs_attr3_leaf_add(struct xfs_buf *leaf_buffer,
655 return xfs_attr3_leaf_add(bp, args); in xfs_attr_leaf_try_add()957 retval = xfs_attr3_leaf_add(blk->bp, state->args); in xfs_attr_node_addname()
956 error = xfs_attr3_leaf_add(bp, &nargs); in xfs_attr_shortform_to_leaf()1339 error = xfs_attr3_leaf_add(oldblk->bp, state->args); in xfs_attr3_leaf_split()1342 error = xfs_attr3_leaf_add(newblk->bp, state->args); in xfs_attr3_leaf_split()1357 xfs_attr3_leaf_add( in xfs_attr3_leaf_add() function