Lines Matching refs:status
41 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP);
42 if (resp->status != nfs_ok)
48 resp->status = nfserr_inval;
53 resp->status = fh_getattr(fh, &resp->stat);
54 if (resp->status != nfs_ok)
64 resp->status = nfserrno(PTR_ERR(acl));
74 resp->status = nfserrno(PTR_ERR(acl));
104 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_SATTR);
105 if (resp->status != nfs_ok)
129 resp->status = fh_getattr(fh, &resp->stat);
142 resp->status = nfserrno(error);
157 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP);
158 if (resp->status != nfs_ok)
160 resp->status = fh_getattr(&resp->fh, &resp->stat);
179 resp->status = nfsd_access(rqstp, &resp->fh, &resp->access, NULL);
180 if (resp->status != nfs_ok)
182 resp->status = fh_getattr(&resp->fh, &resp->stat);
250 if (!svcxdr_encode_stat(xdr, resp->status))
278 if (!svcxdr_encode_stat(xdr, resp->status))
280 switch (resp->status) {
313 #define ST 1 /* status*/