Lines Matching refs:status

93 	if ((resp->status = nlm4svc_retrieve_args(rqstp, argp, &host, &file)))
94 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success;
97 resp->status = nlmsvc_testlock(rqstp, file, host, &argp->lock, &resp->lock, &resp->cookie);
98 if (resp->status == nlm_drop_reply)
101 dprintk("lockd: TEST4 status %d\n", ntohl(resp->status));
128 if ((resp->status = nlm4svc_retrieve_args(rqstp, argp, &host, &file)))
129 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success;
139 resp->status = nlm_lck_denied_nolocks;
144 resp->status = nlmsvc_lock(rqstp, file, host, &argp->lock,
147 if (resp->status == nlm_drop_reply)
150 dprintk("lockd: LOCK status %d\n", ntohl(resp->status));
177 resp->status = nlm_lck_denied_grace_period;
182 if ((resp->status = nlm4svc_retrieve_args(rqstp, argp, &host, &file)))
183 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success;
186 resp->status = nlmsvc_cancel_blocked(SVC_NET(rqstp), file, &argp->lock);
188 dprintk("lockd: CANCEL status %d\n", ntohl(resp->status));
217 resp->status = nlm_lck_denied_grace_period;
222 if ((resp->status = nlm4svc_retrieve_args(rqstp, argp, &host, &file)))
223 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success;
226 resp->status = nlmsvc_unlock(SVC_NET(rqstp), file, &argp->lock);
228 dprintk("lockd: UNLOCK status %d\n", ntohl(resp->status));
253 resp->status = nlmclnt_grant(svc_addr(rqstp), &argp->lock);
254 dprintk("lockd: GRANTED status %d\n", ntohl(resp->status));
366 resp->status = nlm_lck_denied_grace_period;
371 if ((resp->status = nlm4svc_retrieve_args(rqstp, argp, &host, &file)))
372 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success;
375 resp->status = nlmsvc_share_file(host, file, argp);
377 dprintk("lockd: SHARE status %d\n", ntohl(resp->status));
401 resp->status = nlm_lck_denied_grace_period;
406 if ((resp->status = nlm4svc_retrieve_args(rqstp, argp, &host, &file)))
407 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success;
410 resp->status = nlmsvc_unshare_file(host, file, argp);
412 dprintk("lockd: UNSHARE status %d\n", ntohl(resp->status));
485 nlmsvc_grant_reply(&argp->cookie, argp->status);
504 #define St 1 /* status */