Searched refs:forkoff (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_attr.c | 358 int forkoff, error = 0; in xfs_attr_set_iter() local 524 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_set_iter() 525 if (forkoff) in xfs_attr_set_iter() 526 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_set_iter() 851 int newsize, forkoff, retval; in xfs_attr_shortform_addname() local 879 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname() 880 if (!forkoff) in xfs_attr_shortform_addname() 883 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname() 1005 int error, forkoff; in xfs_attr_leaf_removename() local 1027 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_removename() [all …]
|
D | xfs_attr_leaf.h | 49 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff); 68 struct xfs_da_args *args, int forkoff);
|
D | xfs_attr_leaf.c | 722 int forkoff) in xfs_attr_shortform_add() argument 735 dp->i_forkoff = forkoff; in xfs_attr_shortform_add() 1095 int forkoff) in xfs_attr3_leaf_to_shortform() argument 1129 if (forkoff == -1) { in xfs_attr3_leaf_to_shortform() 1162 xfs_attr_shortform_add(&nargs, forkoff); in xfs_attr3_leaf_to_shortform()
|