Lines Matching refs:forkoff
526 int newsize, forkoff, retval; in xfs_attr_shortform_addname() local
547 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
548 if (!forkoff) in xfs_attr_shortform_addname()
551 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
571 int retval, error, committed, forkoff; in xfs_attr_leaf_addname() local
728 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_addname()
730 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname()
778 int error, committed, forkoff; in xfs_attr_leaf_removename() local
802 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_removename()
804 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()
1149 int retval, error, committed, forkoff; in xfs_attr_node_removename() local
1264 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_node_removename()
1266 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_node_removename()