Lines Matching refs:forkoff
477 int newsize, forkoff, retval; in xfs_attr_shortform_addname() local
505 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
506 if (!forkoff) in xfs_attr_shortform_addname()
509 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
530 int retval, error, forkoff; in xfs_attr_leaf_addname() local
674 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_addname()
675 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_addname()
710 int error, forkoff; in xfs_attr_leaf_removename() local
734 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_leaf_removename()
735 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()
1027 int retval, error, forkoff; in xfs_attr_node_removename() local
1128 if ((forkoff = xfs_attr_shortform_allfit(bp, dp))) { in xfs_attr_node_removename()
1129 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_node_removename()