Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/sunrpc/
Dbc_xprt.h39 return rqstp->rq_server->sv_bc_enabled; in svc_is_backchannel()
Dsvc.h198 struct svc_serv * rq_server; /* RPC service definition */ member
/linux-6.6.21/net/sunrpc/
Dsvc.c646 rqstp->rq_server = serv; in svc_rqst_alloc()
924 struct svc_serv *serv = rqstp->rq_server; in svc_exit_thread()
1298 struct svc_serv *serv = rqstp->rq_server; in svc_process_common()
1541 rqstp->rq_server->sv_stats->rpcbadfmt++; in svc_process()
1564 rqstp->rq_server = serv; in bc_svc_process()
1638 if (rqstp->rq_server->sv_max_payload < max) in svc_max_payload()
1639 max = rqstp->rq_server->sv_max_payload; in svc_max_payload()
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()
Dsvcauth_unix.c700 ipm = __ip_map_lookup(sn->ip_map_cache, rqstp->rq_server->sv_program->pg_class, in svcauth_unix_set_client()
/linux-6.6.21/fs/nfs/
Dcallback.c96 struct svc_serv *serv = rqstp->rq_server; in nfs41_callback_svc()
/linux-6.6.21/fs/nfsd/
Dnfssvc.c939 …struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xpr… in nfsd()
962 rqstp->rq_server->sv_maxconn = nn->max_connections; in nfsd()
/linux-6.6.21/fs/lockd/
Dsvc.c140 rqstp->rq_server->sv_maxconn = nlm_max_connections; in lockd()
Dsvclock.c255 block->b_daemon = rqstp->rq_server; in nlmsvc_create_block()