Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h54 int xfs_attr_shortform_allfit(struct xfs_buf *bp, struct xfs_inode *dp);
H A Dxfs_attr.c762 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_remove_attr()
791 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_shrink()
1281 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_removename()
H A Dxfs_exchmaps.c446 forkoff = xfs_attr_shortform_allfit(bp, xmi->xmi_ip2); in xfs_exchmaps_attr_to_sf()
H A Dxfs_attr_leaf.c1013 xfs_attr_shortform_allfit( in xfs_attr_shortform_allfit() function