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)
127 resp->status = fh_getattr(fh, &resp->stat);
140 resp->status = nfserrno(error);
155 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP);
156 if (resp->status != nfs_ok)
158 resp->status = fh_getattr(&resp->fh, &resp->stat);
177 resp->status = nfsd_access(rqstp, &resp->fh, &resp->access, NULL);
178 if (resp->status != nfs_ok)
180 resp->status = fh_getattr(&resp->fh, &resp->stat);
278 *p++ = resp->status;
279 if (resp->status != nfs_ok)
321 *p++ = resp->status;
322 if (resp->status != nfs_ok)
335 *p++ = resp->status;
336 if (resp->status != nfs_ok)
373 #define ST 1 /* status*/