Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_attr_leaf.h58 int xfs_attr_shortform_allfit(struct xfs_buf *bp, struct xfs_inode *dp);
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()
Dxfs_attr_leaf.c974 xfs_attr_shortform_allfit( in xfs_attr_shortform_allfit() function