Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_attr_leaf.h212 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
227 struct xfs_da_args *args, int forkoff);
Dxfs_attr.c871 int newsize, forkoff, retval; in xfs_attr_shortform_addname() local
890 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
891 if (!forkoff) in xfs_attr_shortform_addname()
894 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
914 int retval, error, committed, forkoff; in xfs_attr_leaf_addname() local
1059 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_addname()
1061 error = xfs_attr_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname()
1112 int error, committed, forkoff; in xfs_attr_leaf_removename() local
1137 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_removename()
1139 error = xfs_attr_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()
[all …]
Dxfs_attr_leaf.c249 xfs_attr_shortform_add(xfs_da_args_t *args, int forkoff) in xfs_attr_shortform_add() argument
260 dp->i_d.di_forkoff = forkoff; in xfs_attr_shortform_add()
759 xfs_attr_leaf_to_shortform(xfs_dabuf_t *bp, xfs_da_args_t *args, int forkoff) in xfs_attr_leaf_to_shortform() argument
786 if (forkoff == -1) { in xfs_attr_leaf_to_shortform()
833 xfs_attr_shortform_add(&nargs, forkoff); in xfs_attr_leaf_to_shortform()