Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_attr_leaf.h226 int xfs_attr_leaf_to_shortform(struct xfs_dabuf *bp,
Dxfs_attr.c1049 error = xfs_attr_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname()
1127 error = xfs_attr_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()
1618 error = xfs_attr_leaf_to_shortform(bp, args, forkoff); in xfs_attr_node_removename()
Dxfs_attr_leaf.c778 xfs_attr_leaf_to_shortform(xfs_dabuf_t *bp, xfs_da_args_t *args, int forkoff) in xfs_attr_leaf_to_shortform() function