Lines Matching refs:a_res
214 locks_init_lock(&call->a_res.lock.fl); in nlm_alloc_call()
269 struct nlm_res *resp = &req->a_res; in nlmclnt_call()
388 .rpc_resp = &req->a_res, in nlm_async_call()
396 .rpc_argp = &req->a_res, in nlm_async_reply()
413 .rpc_resp = &req->a_res, in nlmclnt_async_call()
439 switch (req->a_res.status) { in nlmclnt_test()
447 fl->fl_start = req->a_res.lock.fl.fl_start; in nlmclnt_test()
448 fl->fl_end = req->a_res.lock.fl.fl_end; in nlmclnt_test()
449 fl->fl_type = req->a_res.lock.fl.fl_type; in nlmclnt_test()
450 fl->fl_pid = -req->a_res.lock.fl.fl_pid; in nlmclnt_test()
453 status = nlm_stat_to_errno(req->a_res.status); in nlmclnt_test()
458 req->a_host->h_addrlen, req->a_res.status); in nlmclnt_test()
523 struct nlm_res *resp = &req->a_res; in nlmclnt_lock()
615 req->a_host->h_addrlen, req->a_res.status); in nlmclnt_lock()
622 req->a_host->h_addrlen, req->a_res.status); in nlmclnt_lock()
647 locks_init_lock(&req->a_res.lock.fl); in nlmclnt_reclaim()
655 if (status >= 0 && req->a_res.status == nlm_granted) in nlmclnt_reclaim()
660 status, ntohl(req->a_res.status)); in nlmclnt_reclaim()
684 struct nlm_res *resp = &req->a_res; in nlmclnt_unlock()
720 req->a_host->h_addrlen, req->a_res.status); in nlmclnt_unlock()
741 u32 status = ntohl(req->a_res.status); in nlmclnt_unlock_callback()
800 if (status == 0 && req->a_res.status == nlm_lck_denied) in nlmclnt_cancel()
809 u32 status = ntohl(req->a_res.status); in nlmclnt_cancel_callback()