forkoff           530 fs/xfs/libxfs/xfs_attr.c 	int newsize, forkoff, retval;
forkoff           558 fs/xfs/libxfs/xfs_attr.c 	forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize);
forkoff           559 fs/xfs/libxfs/xfs_attr.c 	if (!forkoff)
forkoff           562 fs/xfs/libxfs/xfs_attr.c 	xfs_attr_shortform_add(args, forkoff);
forkoff           583 fs/xfs/libxfs/xfs_attr.c 	int			retval, error, forkoff;
forkoff           727 fs/xfs/libxfs/xfs_attr.c 		if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) {
forkoff           728 fs/xfs/libxfs/xfs_attr.c 			error = xfs_attr3_leaf_to_shortform(bp, args, forkoff);
forkoff           763 fs/xfs/libxfs/xfs_attr.c 	int			error, forkoff;
forkoff           787 fs/xfs/libxfs/xfs_attr.c 	if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) {
forkoff           788 fs/xfs/libxfs/xfs_attr.c 		error = xfs_attr3_leaf_to_shortform(bp, args, forkoff);
forkoff          1079 fs/xfs/libxfs/xfs_attr.c 	int			retval, error, forkoff;
forkoff          1180 fs/xfs/libxfs/xfs_attr.c 		if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) {
forkoff          1181 fs/xfs/libxfs/xfs_attr.c 			error = xfs_attr3_leaf_to_shortform(bp, args, forkoff);
forkoff           597 fs/xfs/libxfs/xfs_attr_leaf.c xfs_attr_shortform_add(xfs_da_args_t *args, int forkoff)
forkoff           610 fs/xfs/libxfs/xfs_attr_leaf.c 	dp->i_d.di_forkoff = forkoff;
forkoff           997 fs/xfs/libxfs/xfs_attr_leaf.c 	int			forkoff)
forkoff          1031 fs/xfs/libxfs/xfs_attr_leaf.c 	if (forkoff == -1) {
forkoff          1064 fs/xfs/libxfs/xfs_attr_leaf.c 		xfs_attr_shortform_add(&nargs, forkoff);
forkoff            36 fs/xfs/libxfs/xfs_attr_leaf.h void	xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
forkoff            52 fs/xfs/libxfs/xfs_attr_leaf.h 				   struct xfs_da_args *args, int forkoff);