Home
last modified time | relevance | path

Searched refs:a_res (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/lockd/
Dclntproc.c209 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()
445 fl->fl_pid = -req->a_res.lock.fl.fl_pid; in nlmclnt_test()
[all …]
Dclntlock.c156 req->a_res.status = block->b_status; in nlmclnt_block()
Dsvc4proc.c297 stat = func(rqstp, &call->a_res); in nlm4svc_callback()
Dsvcproc.c338 stat = func(rqstp, &call->a_res); in nlmsvc_callback()
/linux-4.19.296/include/linux/lockd/
Dlockd.h144 struct nlm_res a_res; /* result */ member