Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr.c502 int newsize, forkoff, retval; in xfs_attr_shortform_addname() local
530 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
531 if (!forkoff) in xfs_attr_shortform_addname()
534 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
555 int retval, error, forkoff; in xfs_attr_leaf_addname() local
699 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_addname()
700 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname()
735 int error, forkoff; in xfs_attr_leaf_removename() local
759 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_removename()
760 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()
[all …]
Dxfs_attr_leaf.h36 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
52 struct xfs_da_args *args, int forkoff);
Dxfs_attr_leaf.c565 xfs_attr_shortform_add(xfs_da_args_t *args, int forkoff) in xfs_attr_shortform_add() argument
578 dp->i_d.di_forkoff = forkoff; in xfs_attr_shortform_add()
988 int forkoff) in xfs_attr3_leaf_to_shortform() argument
1022 if (forkoff == -1) { in xfs_attr3_leaf_to_shortform()
1055 xfs_attr_shortform_add(&nargs, forkoff); in xfs_attr3_leaf_to_shortform()