Lines Matching refs:forkoff
647 int forkoff; in xfs_attr_leaf_remove_attr() local
657 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_remove_attr()
658 if (forkoff) in xfs_attr_leaf_remove_attr()
659 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_remove_attr()
676 int forkoff; in xfs_attr_leaf_shrink() local
686 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_shrink()
687 if (forkoff) { in xfs_attr_leaf_shrink()
688 error = xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_shrink()
1114 int newsize, forkoff; in xfs_attr_shortform_addname() local
1154 forkoff = xfs_attr_shortform_bytesfit(args->dp, newsize); in xfs_attr_shortform_addname()
1155 if (!forkoff) in xfs_attr_shortform_addname()
1158 xfs_attr_shortform_add(args, forkoff); in xfs_attr_shortform_addname()
1282 int error, forkoff; in xfs_attr_leaf_removename() local
1305 forkoff = xfs_attr_shortform_allfit(bp, dp); in xfs_attr_leaf_removename()
1306 if (forkoff) in xfs_attr_leaf_removename()
1307 return xfs_attr3_leaf_to_shortform(bp, args, forkoff); in xfs_attr_leaf_removename()