Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sunrpc/
H A Dbc_xprt.h40 return rqstp->rq_server->sv_bc_enabled; in svc_is_backchannel()
H A Dsvc.h178 struct svc_serv * rq_server; /* RPC service definition */ member
/linux-6.15/net/sunrpc/
H A Dsvc.c696 rqstp->rq_server = serv; in svc_prepare_thread()
957 struct svc_serv *serv = rqstp->rq_server; in svc_exit_thread()
1326 struct svc_serv *serv = rqstp->rq_server; in svc_process_common()
1583 if (rqstp->rq_server->sv_stats) in svc_process()
1584 rqstp->rq_server->sv_stats->rpcbadfmt++; in svc_process()
1678 if (rqstp->rq_server->sv_max_payload < max) in svc_max_payload()
1679 max = rqstp->rq_server->sv_max_payload; in svc_max_payload()
H A Dsvc_xprt.c654 struct svc_serv *serv = rqstp->rq_server; in svc_alloc_arg()
716 if (!lwq_empty(&rqstp->rq_server->sv_cb_list)) in svc_thread_should_sleep()
772 struct svc_serv *serv = rqstp->rq_server; in svc_handle_xprt()
886 struct svc_serv *serv = rqstp->rq_server; in svc_recv()
1192 dr->handle.owner = rqstp->rq_server; in svc_defer()
H A Dsvcauth_unix.c701 rqstp->rq_server->sv_programs->pg_class, in svcauth_unix_set_client()
/linux-6.15/fs/nfsd/
H A Dnfssvc.c906 …struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xpr… in nfsd()
/linux-6.15/fs/lockd/
H A Dsvclock.c254 block->b_daemon = rqstp->rq_server; in nlmsvc_create_block()