Lines Matching refs:error
510 __be32 error;
514 error = fh_verify(rqstp, fhp, 0 /* S_IFREG */, NFSD_MAY_SATTR);
515 if (error)
516 return error;
596 int error;
601 error = vfs_fallocate(file, flags, offset, len);
602 if (!error)
603 error = commit_metadata(fhp);
605 return nfserrno(error);
671 __be32 error;
673 error = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP);
674 if (error)
701 /* the following error codes just mean the access was not allowed,
702 * rather than an error occurred */
709 error = err2;
719 return error;
1905 * error status.
2097 * Helper function to translate error numbers. In the case of xattr operations,
2098 * some error codes need to be translated outside of the standard translations.