Home
last modified time | relevance | path

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

/linux-6.15/fs/lockd/
H A 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()
526 struct nlm_res *resp = &req->a_res; in nlmclnt_lock()
650 locks_init_lock(&req->a_res.lock.fl); in nlmclnt_reclaim()
665 status, ntohl(req->a_res.status)); in nlmclnt_reclaim()
689 struct nlm_res *resp = &req->a_res; in nlmclnt_unlock()
[all …]
H A Dsvc4proc.c309 stat = func(rqstp, &call->a_res); in nlm4svc_callback()
H A Dsvcproc.c341 stat = func(rqstp, &call->a_res); in nlmsvc_callback()
/linux-6.15/include/linux/lockd/
H A Dlockd.h144 struct nlm_res a_res; /* result */ member