Searched refs:a_res (Results 1 – 4 of 4) sorted by relevance
215 locks_init_lock(&call->a_res.lock.fl); in nlm_alloc_call()270 struct nlm_res *resp = &req->a_res; in nlmclnt_call()389 .rpc_resp = &req->a_res, in nlm_async_call()397 .rpc_argp = &req->a_res, in nlm_async_reply()414 .rpc_resp = &req->a_res, in nlmclnt_async_call()441 switch (req->a_res.status) { in nlmclnt_test()449 fl->fl_start = req->a_res.lock.fl.fl_start; in nlmclnt_test()450 fl->fl_end = req->a_res.lock.fl.fl_end; in nlmclnt_test()451 fl->c.flc_type = req->a_res.lock.fl.c.flc_type; in nlmclnt_test()452 fl->c.flc_pid = -req->a_res.lock.fl.c.flc_pid; in nlmclnt_test()[all …]
319 stat = func(rqstp, &call->a_res); in nlm4svc_callback()
352 stat = func(rqstp, &call->a_res); in nlmsvc_callback()
144 struct nlm_res a_res; /* result */ member