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