Lines Matching refs:forkoff
529 int newsize, forkoff, retval; in xfs_attr_shortform_addname() local
550 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
551 if (!forkoff) in xfs_attr_shortform_addname()
554 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
574 int retval, error, committed, forkoff; in xfs_attr_leaf_addname() local
731 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_addname()
733 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname()
781 int error, committed, forkoff; in xfs_attr_leaf_removename() local
805 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_removename()
807 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()
1152 int retval, error, committed, forkoff; in xfs_attr_node_removename() local
1267 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_node_removename()
1269 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_node_removename()