Lines Matching refs:resp
254 struct nlm_res *resp = &req->a_res; in nlmclnt_call() local
257 .rpc_resp = resp, in nlmclnt_call()
294 if (resp->status == nlm_lck_denied_grace_period) { in nlmclnt_call()
307 ntohl(resp->status)); in nlmclnt_call()
505 struct nlm_res *resp = &req->a_res; in nlmclnt_lock() local
527 resp->status = nlm_lck_blocked; in nlmclnt_lock()
535 if (resp->status == nlm_lck_denied_grace_period) in nlmclnt_lock()
537 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()
543 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()
550 if (resp->status == nlm_lck_blocked) { in nlmclnt_lock()
557 if (resp->status == nlm_granted) { in nlmclnt_lock()
579 if (resp->status == nlm_lck_denied && (fl_flags & FL_SLEEP)) in nlmclnt_lock()
582 status = nlm_stat_to_errno(resp->status); in nlmclnt_lock()
652 struct nlm_res *resp = &req->a_res; in nlmclnt_unlock() local
677 if (resp->status == nlm_granted) in nlmclnt_unlock()
680 if (resp->status != nlm_lck_denied_nolocks) in nlmclnt_unlock()
682 ntohl(resp->status)); in nlmclnt_unlock()