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()
516 struct nlm_res *resp = &req->a_res; in nlmclnt_lock() local
538 resp->status = nlm_lck_blocked; in nlmclnt_lock()
546 if (resp->status == nlm_lck_denied_grace_period) in nlmclnt_lock()
548 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()
554 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()
561 if (resp->status == nlm_lck_blocked) { in nlmclnt_lock()
568 if (resp->status == nlm_granted) { in nlmclnt_lock()
590 if (resp->status == nlm_lck_denied && (fl_flags & FL_SLEEP)) in nlmclnt_lock()
593 status = nlm_stat_to_errno(resp->status); in nlmclnt_lock()
663 struct nlm_res *resp = &req->a_res; in nlmclnt_unlock() local
688 if (resp->status == nlm_granted) in nlmclnt_unlock()
691 if (resp->status != nlm_lck_denied_nolocks) in nlmclnt_unlock()
693 ntohl(resp->status)); in nlmclnt_unlock()