Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_attr_leaf.h226 int xfs_attr_leaf_to_shortform(struct xfs_dabuf *bp,
Dxfs_attr.c1047 error = xfs_attr_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname()
1123 error = xfs_attr_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()
1608 error = xfs_attr_leaf_to_shortform(bp, args, forkoff); in xfs_attr_node_removename()
Dxfs_attr_leaf.c763 xfs_attr_leaf_to_shortform(xfs_dabuf_t *bp, xfs_da_args_t *args, int forkoff) in xfs_attr_leaf_to_shortform() function