Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr_leaf.h51 int xfs_attr3_leaf_to_shortform(struct xfs_buf *bp,
Dxfs_attr.c700 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname()
760 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()
1154 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_node_removename()
Dxfs_attr_leaf.c985 xfs_attr3_leaf_to_shortform( in xfs_attr3_leaf_to_shortform() function