Searched refs:xfs_attr3_leaf_add (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.h | 82 int xfs_attr3_leaf_add(struct xfs_buf *leaf_buffer,
|
H A D | xfs_attr.c | 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()
|
H A D | xfs_attr_leaf.c | 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
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.h | 81 int xfs_attr3_leaf_add(struct xfs_buf *leaf_buffer,
|
H A D | xfs_attr_leaf.c | 989 error = xfs_attr3_leaf_add(bp, &nargs); in xfs_attr_shortform_to_leaf() 1384 error = xfs_attr3_leaf_add(oldblk->bp, state->args); in xfs_attr3_leaf_split() 1387 error = xfs_attr3_leaf_add(newblk->bp, state->args); in xfs_attr3_leaf_split() 1402 xfs_attr3_leaf_add( in xfs_attr3_leaf_add() function
|
H A D | xfs_attr.c | 1242 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()
|
Completed in 11 milliseconds