Lines Matching refs:a_res
209 locks_init_lock(&call->a_res.lock.fl); in nlm_alloc_call()
264 struct nlm_res *resp = &req->a_res; in nlmclnt_call()
383 .rpc_resp = &req->a_res, in nlm_async_call()
391 .rpc_argp = &req->a_res, in nlm_async_reply()
408 .rpc_resp = &req->a_res, in nlmclnt_async_call()
434 switch (req->a_res.status) { in nlmclnt_test()
442 fl->fl_start = req->a_res.lock.fl.fl_start; in nlmclnt_test()
443 fl->fl_end = req->a_res.lock.fl.fl_end; in nlmclnt_test()
444 fl->fl_type = req->a_res.lock.fl.fl_type; in nlmclnt_test()
448 status = nlm_stat_to_errno(req->a_res.status); in nlmclnt_test()
515 struct nlm_res *resp = &req->a_res; in nlmclnt_lock()
625 locks_init_lock(&req->a_res.lock.fl); in nlmclnt_reclaim()
633 if (status >= 0 && req->a_res.status == nlm_granted) in nlmclnt_reclaim()
638 status, ntohl(req->a_res.status)); in nlmclnt_reclaim()
662 struct nlm_res *resp = &req->a_res; in nlmclnt_unlock()
716 u32 status = ntohl(req->a_res.status); in nlmclnt_unlock_callback()
775 if (status == 0 && req->a_res.status == nlm_lck_denied) in nlmclnt_cancel()
784 u32 status = ntohl(req->a_res.status); in nlmclnt_cancel_callback()