Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h57 int xfs_attr_shortform_allfit(struct xfs_buf *bp, struct xfs_inode *dp);
H A Dxfs_attr.c657 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_remove_attr()
686 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_shrink()
1305 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_removename()
H A Dxfs_attr_leaf.c1006 xfs_attr_shortform_allfit( in xfs_attr_shortform_allfit() function