Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h66 int xfs_attr3_leaf_to_shortform(struct xfs_buf *bp,
H A Dxfs_attr.c659 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_remove_attr()
688 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_shrink()
1307 return xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()
H A Dxfs_attr_leaf.c1123 xfs_attr3_leaf_to_shortform( in xfs_attr3_leaf_to_shortform() function