Lines Matching refs:forkoff
541 int newsize, forkoff, retval; in xfs_attr_shortform_addname() local
569 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
570 if (!forkoff) in xfs_attr_shortform_addname()
573 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
673 int error, forkoff; in xfs_attr_leaf_addname() local
763 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_addname()
764 if (forkoff) in xfs_attr_leaf_addname()
765 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname()
804 int error, forkoff; in xfs_attr_leaf_removename() local
826 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_removename()
827 if (forkoff) in xfs_attr_leaf_removename()
828 return xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()
1122 int error, forkoff; in xfs_attr_node_shrink() local
1136 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_node_shrink()
1137 if (forkoff) { in xfs_attr_node_shrink()
1138 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_node_shrink()