Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h80 bool xfs_attr3_leaf_add(struct xfs_buf *leaf_buffer,
H A Dxfs_attr_leaf.c1086 if (!xfs_attr3_leaf_add(bp, &nargs)) in xfs_attr_shortform_to_leaf()
1489 added = xfs_attr3_leaf_add(oldblk->bp, state->args); in xfs_attr3_leaf_split()
1492 added = xfs_attr3_leaf_add(newblk->bp, state->args); in xfs_attr3_leaf_split()
1509 xfs_attr3_leaf_add( in xfs_attr3_leaf_add() function