Home
last modified time | relevance | path

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

/linux-6.12.1/fs/lockd/
Dclntproc.c215 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 …]
Dsvc4proc.c319 stat = func(rqstp, &call->a_res); in nlm4svc_callback()
Dsvcproc.c352 stat = func(rqstp, &call->a_res); in nlmsvc_callback()
/linux-6.12.1/include/linux/lockd/
Dlockd.h144 struct nlm_res a_res; /* result */ member