Lines Matching defs:resp
266 struct nlm_res *resp = &req->a_res;
269 .rpc_resp = resp,
306 if (resp->status == nlm_lck_denied_grace_period) {
319 ntohl(resp->status));
517 struct nlm_res *resp = &req->a_res;
536 * Initialise resp->status to a valid non-zero value,
539 resp->status = nlm_lck_blocked;
547 if (resp->status == nlm_lck_denied_grace_period)
549 if (resp->status != nlm_lck_blocked)
555 if (resp->status != nlm_lck_blocked)
562 if (resp->status == nlm_lck_blocked) {
569 if (resp->status == nlm_granted) {
591 if (resp->status == nlm_lck_denied && (fl_flags & FL_SLEEP))
594 status = nlm_stat_to_errno(resp->status);
664 struct nlm_res *resp = &req->a_res;
689 if (resp->status == nlm_granted)
692 if (resp->status != nlm_lck_denied_nolocks)
694 ntohl(resp->status));