Home
last modified time | relevance | path

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

/linux-2.6.39/fs/lockd/
Dclntproc.c201 locks_init_lock(&call->a_res.lock.fl); in nlm_alloc_call()
253 struct nlm_res *resp = &req->a_res; in nlmclnt_call()
371 .rpc_resp = &req->a_res, in nlm_async_call()
379 .rpc_argp = &req->a_res, in nlm_async_reply()
396 .rpc_resp = &req->a_res, in nlmclnt_async_call()
422 switch (req->a_res.status) { in nlmclnt_test()
430 fl->fl_start = req->a_res.lock.fl.fl_start; in nlmclnt_test()
431 fl->fl_end = req->a_res.lock.fl.fl_end; in nlmclnt_test()
432 fl->fl_type = req->a_res.lock.fl.fl_type; in nlmclnt_test()
436 status = nlm_stat_to_errno(req->a_res.status); in nlmclnt_test()
[all …]
Dclntlock.c144 req->a_res.status = block->b_status; in nlmclnt_block()
Dsvc4proc.c262 stat = func(rqstp, argp, &call->a_res); in nlm4svc_callback()
Dsvcproc.c300 stat = func(rqstp, argp, &call->a_res); in nlmsvc_callback()
/linux-2.6.39/include/linux/lockd/
Dlockd.h139 struct nlm_res a_res; /* result */ member