Lines Matching refs:forkoff
502 int newsize, forkoff, retval; in xfs_attr_shortform_addname() local
530 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
531 if (!forkoff) in xfs_attr_shortform_addname()
534 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
555 int retval, error, forkoff; in xfs_attr_leaf_addname() local
699 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_addname()
700 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname()
735 int error, forkoff; in xfs_attr_leaf_removename() local
759 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_removename()
760 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()
1052 int retval, error, forkoff; in xfs_attr_node_removename() local
1153 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_node_removename()
1154 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_node_removename()