Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr_leaf.h42 int xfs_attr_shortform_allfit(struct xfs_buf *bp, struct xfs_inode *dp);
Dxfs_attr.c699 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_addname()
759 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_removename()
1153 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_node_removename()
Dxfs_attr_leaf.c867 xfs_attr_shortform_allfit( in xfs_attr_shortform_allfit() function