Home
last modified time | relevance | path

Searched refs:rq_server (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/sunrpc/
H A Dbc_xprt.h40 return rqstp->rq_server->sv_bc_enabled; in svc_is_backchannel()
H A Dsvc.h179 struct svc_serv * rq_server; /* RPC service definition */ member
/linux/net/sunrpc/
H A Dsvc.c647 rqstp->rq_server = serv; in svc_rqst_alloc()
926 struct svc_serv *serv = rqstp->rq_server; in svc_exit_thread()
1296 struct svc_serv *serv = rqstp->rq_server; in svc_process_common()
1545 if (rqstp->rq_server->sv_stats) in svc_process()
1546 rqstp->rq_server->sv_stats->rpcbadfmt++; in svc_process()
1637 if (rqstp->rq_server->sv_max_payload < max) in svc_max_payload()
1638 max = rqstp->rq_server->sv_max_payload; in svc_max_payload()
H A Dsvc_xprt.c660 struct svc_serv *serv = rqstp->rq_server; in svc_alloc_arg()
723 if (!lwq_empty(&rqstp->rq_server->sv_cb_list)) in svc_thread_should_sleep()
779 struct svc_serv *serv = rqstp->rq_server; in svc_handle_xprt()
893 struct svc_serv *serv = rqstp->rq_server; in svc_recv()
1207 dr->handle.owner = rqstp->rq_server; in svc_defer()
H A Dsvcauth_unix.c700 ipm = __ip_map_lookup(sn->ip_map_cache, rqstp->rq_server->sv_program->pg_class, in svcauth_unix_set_client()
/linux/fs/nfsd/
H A Dnfssvc.c913 …struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xpr… in nfsd()
936 rqstp->rq_server->sv_maxconn = nn->max_connections; in nfsd()
/linux/fs/lockd/
H A Dsvc.c139 rqstp->rq_server->sv_maxconn = nlm_max_connections; in lockd()
H A Dsvclock.c255 block->b_daemon = rqstp->rq_server; in nlmsvc_create_block()