Searched refs:forkoff (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_attr.c | 530 int newsize, forkoff, retval; in xfs_attr_shortform_addname() local 558 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname() 559 if (!forkoff) in xfs_attr_shortform_addname() 562 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname() 583 int retval, error, forkoff; in xfs_attr_leaf_addname() local 727 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_addname() 728 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname() 763 int error, forkoff; in xfs_attr_leaf_removename() local 787 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_removename() 788 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename() [all …]
|
D | xfs_attr_leaf.h | 36 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff); 52 struct xfs_da_args *args, int forkoff);
|
D | xfs_attr_leaf.c | 597 xfs_attr_shortform_add(xfs_da_args_t *args, int forkoff) in xfs_attr_shortform_add() argument 610 dp->i_d.di_forkoff = forkoff; in xfs_attr_shortform_add() 997 int forkoff) in xfs_attr3_leaf_to_shortform() argument 1031 if (forkoff == -1) { in xfs_attr3_leaf_to_shortform() 1064 xfs_attr_shortform_add(&nargs, forkoff); in xfs_attr3_leaf_to_shortform()
|