Lines Matching defs:resp
269 struct nlm_res *resp = &req->a_res;
272 .rpc_resp = resp,
309 if (resp->status == nlm_lck_denied_grace_period) {
322 ntohl(resp->status));
523 struct nlm_res *resp = &req->a_res;
543 * Initialise resp->status to a valid non-zero value,
546 resp->status = nlm_lck_blocked;
561 if (resp->status == nlm_lck_denied_grace_period)
563 if (resp->status != nlm_lck_blocked)
573 if (resp->status == nlm_lck_blocked)
574 resp->status = b_status;
579 if (resp->status == nlm_lck_blocked) {
586 if (resp->status == nlm_granted) {
608 if (resp->status == nlm_lck_denied && (fl_flags & FL_SLEEP))
611 status = nlm_stat_to_errno(resp->status);
684 struct nlm_res *resp = &req->a_res;
709 if (resp->status == nlm_granted)
712 if (resp->status != nlm_lck_denied_nolocks)
714 ntohl(resp->status));