Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dbc_xprt.h39 return rqstp->rq_server->sv_bc_enabled; in svc_is_backchannel()
H A Dsvc.h198 struct svc_serv * rq_server; /* RPC service definition */ member
/openbmc/linux/net/sunrpc/
H A Dsvc.c649 rqstp->rq_server = serv; in svc_rqst_alloc()
927 struct svc_serv *serv = rqstp->rq_server; in svc_exit_thread()
1299 struct svc_serv *serv = rqstp->rq_server; in svc_process_common()
1550 if (rqstp->rq_server->sv_stats) in svc_process()
1551 rqstp->rq_server->sv_stats->rpcbadfmt++; in svc_process()
1574 rqstp->rq_server = serv; in bc_svc_process()
1648 if (rqstp->rq_server->sv_max_payload < max) in svc_max_payload()
1649 max = rqstp->rq_server->sv_max_payload; in svc_max_payload()
H A Dsvc_xprt.c656 struct svc_serv *serv = rqstp->rq_server; in svc_alloc_arg()
789 struct svc_serv *serv = rqstp->rq_server; in svc_handle_xprt()
846 struct svc_serv *serv = rqstp->rq_server; in svc_recv()
1201 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()
/openbmc/linux/fs/nfs/
H A Dcallback.c96 struct svc_serv *serv = rqstp->rq_server; in nfs41_callback_svc()
/openbmc/linux/fs/nfsd/
H A Dnfssvc.c929 …struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xpr… in nfsd()
952 rqstp->rq_server->sv_maxconn = nn->max_connections; in nfsd()
/openbmc/linux/fs/lockd/
H A Dsvc.c140 rqstp->rq_server->sv_maxconn = nlm_max_connections; in lockd()
H A Dsvclock.c255 block->b_daemon = rqstp->rq_server; in nlmsvc_create_block()