Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_leaf.h54 int xfs_attr_shortform_allfit(struct xfs_buf *bp, struct xfs_inode *dp);
Dxfs_attr.c731 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_addname()
805 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_removename()
1267 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_node_removename()
Dxfs_attr_leaf.c826 xfs_attr_shortform_allfit( in xfs_attr_shortform_allfit() function