Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h58 int xfs_attr_shortform_allfit(struct xfs_buf *bp, struct xfs_inode *dp);
H A Dxfs_attr.c763 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_addname()
826 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_removename()
1136 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_node_shrink()
H A Dxfs_attr_leaf.c974 xfs_attr_shortform_allfit( in xfs_attr_shortform_allfit() function