Searched refs:forkoff (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr.c | 698 int forkoff; in xfs_attr_leaf_remove_attr() local 708 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_remove_attr() 709 if (forkoff) in xfs_attr_leaf_remove_attr() 710 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_remove_attr() 727 int forkoff; in xfs_attr_leaf_shrink() local 737 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_shrink() 738 if (forkoff) { in xfs_attr_leaf_shrink() 739 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_shrink() 1165 int newsize, forkoff; in xfs_attr_shortform_addname() local 1205 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname() [all …]
|
H A D | xfs_attr_leaf.h | 49 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff); 67 struct xfs_da_args *args, int forkoff);
|
H A D | xfs_attr_leaf.c | 752 int forkoff) in xfs_attr_shortform_add() argument 765 dp->i_forkoff = forkoff; in xfs_attr_shortform_add() 1128 int forkoff) in xfs_attr3_leaf_to_shortform() argument 1162 if (forkoff == -1) { in xfs_attr3_leaf_to_shortform() 1203 xfs_attr_shortform_add(&nargs, forkoff); in xfs_attr3_leaf_to_shortform()
|