Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_attr.c541 int newsize, forkoff, retval; in xfs_attr_shortform_addname() local
569 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
570 if (!forkoff) in xfs_attr_shortform_addname()
573 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
673 int error, forkoff; in xfs_attr_leaf_addname() local
763 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_addname()
764 if (forkoff) in xfs_attr_leaf_addname()
765 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname()
804 int error, forkoff; in xfs_attr_leaf_removename() local
826 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_removename()
[all …]
H A Dxfs_attr_leaf.h49 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
68 struct xfs_da_args *args, int forkoff);
H A Dxfs_attr_leaf.c720 int forkoff) in xfs_attr_shortform_add() argument
733 dp->i_d.di_forkoff = forkoff; in xfs_attr_shortform_add()
1094 int forkoff) in xfs_attr3_leaf_to_shortform() argument
1128 if (forkoff == -1) { in xfs_attr3_leaf_to_shortform()
1161 xfs_attr_shortform_add(&nargs, forkoff); in xfs_attr3_leaf_to_shortform()