Lines Matching refs:forkoff
358 int forkoff, error = 0; in xfs_attr_set_iter() local
524 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_set_iter()
525 if (forkoff) in xfs_attr_set_iter()
526 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_set_iter()
851 int newsize, forkoff, retval; in xfs_attr_shortform_addname() local
879 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
880 if (!forkoff) in xfs_attr_shortform_addname()
883 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
1005 int error, forkoff; in xfs_attr_leaf_removename() local
1027 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_removename()
1028 if (forkoff) in xfs_attr_leaf_removename()
1029 return xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()
1272 int error, forkoff; in xfs_attr_node_shrink() local
1286 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_node_shrink()
1287 if (forkoff) { in xfs_attr_node_shrink()
1288 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_node_shrink()