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

/linux-4.4.14/fs/lockd/
H A Dclntproc.c203 locks_init_lock(&call->a_res.lock.fl); nlm_alloc_call()
254 struct nlm_res *resp = &req->a_res; nlmclnt_call()
373 .rpc_resp = &req->a_res, nlm_async_call()
381 .rpc_argp = &req->a_res, nlm_async_reply()
398 .rpc_resp = &req->a_res, nlmclnt_async_call()
424 switch (req->a_res.status) { nlmclnt_test()
432 fl->fl_start = req->a_res.lock.fl.fl_start; nlmclnt_test()
433 fl->fl_end = req->a_res.lock.fl.fl_end; nlmclnt_test()
434 fl->fl_type = req->a_res.lock.fl.fl_type; nlmclnt_test()
438 status = nlm_stat_to_errno(req->a_res.status); nlmclnt_test()
505 struct nlm_res *resp = &req->a_res; nlmclnt_lock()
615 locks_init_lock(&req->a_res.lock.fl); nlmclnt_reclaim()
623 if (status >= 0 && req->a_res.status == nlm_granted) nlmclnt_reclaim()
628 status, ntohl(req->a_res.status)); nlmclnt_reclaim()
652 struct nlm_res *resp = &req->a_res; nlmclnt_unlock()
693 u32 status = ntohl(req->a_res.status); nlmclnt_unlock_callback()
751 if (status == 0 && req->a_res.status == nlm_lck_denied) nlmclnt_cancel()
760 u32 status = ntohl(req->a_res.status); nlmclnt_cancel_callback()
H A Dclntlock.c155 req->a_res.status = block->b_status; nlmclnt_block()
H A Dsvc4proc.c264 stat = func(rqstp, argp, &call->a_res); nlm4svc_callback()
H A Dsvcproc.c305 stat = func(rqstp, argp, &call->a_res); nlmsvc_callback()
/linux-4.4.14/include/linux/lockd/
H A Dlockd.h141 struct nlm_res a_res; /* result */ member in struct:nlm_rqst

Completed in 94 milliseconds