Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr.c647 int forkoff; in xfs_attr_leaf_remove_attr() local
657 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_remove_attr()
658 if (forkoff) in xfs_attr_leaf_remove_attr()
676 int forkoff; in xfs_attr_leaf_shrink() local
686 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_shrink()
687 if (forkoff) { in xfs_attr_leaf_shrink()
1114 int newsize, forkoff; in xfs_attr_shortform_addname() local
1155 if (!forkoff) in xfs_attr_shortform_addname()
1158 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
1282 int error, forkoff; in xfs_attr_leaf_removename() local
[all …]
H A Dxfs_attr_leaf.h49 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
67 struct xfs_da_args *args, int forkoff);
H A Dxfs_attr_leaf.c752 int forkoff) in xfs_attr_shortform_add() argument
765 dp->i_forkoff = forkoff; in xfs_attr_shortform_add()
1126 int forkoff) in xfs_attr3_leaf_to_shortform() argument
1160 if (forkoff == -1) { in xfs_attr3_leaf_to_shortform()
1201 xfs_attr_shortform_add(&nargs, forkoff); in xfs_attr3_leaf_to_shortform()