Lines Matching refs:forkoff
752 int forkoff; in xfs_attr_leaf_remove_attr() local
762 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_remove_attr()
763 if (forkoff) in xfs_attr_leaf_remove_attr()
764 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_remove_attr()
781 int forkoff; in xfs_attr_leaf_shrink() local
791 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_shrink()
792 if (forkoff) { in xfs_attr_leaf_shrink()
793 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_shrink()
1181 int newsize, forkoff; in xfs_attr_shortform_addname() local
1212 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
1213 if (!forkoff) in xfs_attr_shortform_addname()
1216 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
1258 int error, forkoff; in xfs_attr_leaf_removename() local
1281 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_removename()
1282 if (forkoff) in xfs_attr_leaf_removename()
1283 return xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()