Home
last modified time | relevance | path

Searched refs:svc_serv (Results 1 – 16 of 16) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsvc.h72 struct svc_serv { struct
102 struct svc_serv *serv; argument
106 void svc_destroy(struct svc_serv **svcp);
181 static inline unsigned long svc_serv_maxpages(const struct svc_serv *serv) in svc_serv_maxpages()
205 struct svc_serv * rq_server; /* RPC service definition */
452 void svc_rpcb_cleanup(struct svc_serv *serv, struct net *net);
453 int svc_bind(struct svc_serv *serv, struct net *net);
454 struct svc_serv *svc_create(struct svc_program *, unsigned int,
459 int svc_new_thread(struct svc_serv *serv, struct svc_pool *pool);
461 struct svc_serv * svc_create_pooled(struct svc_program *prog,
[all …]
H A Dsvc_xprt.h16 struct svc_xprt *(*xpo_create)(struct svc_serv *,
61 struct svc_serv *xpt_server; /* service for transport */
122 struct svc_serv *serv = xpt->xpt_server; in svc_xprt_set_valid()
163 struct svc_serv *);
164 int svc_xprt_create_from_sa(struct svc_serv *serv, const char *xprt_name,
167 int svc_xprt_create(struct svc_serv *serv, const char *xprt_name,
171 void svc_xprt_destroy_all(struct svc_serv *serv, struct net *net,
180 struct svc_xprt *svc_find_listener(struct svc_serv *serv, const char *xcl_name,
182 struct svc_xprt *svc_find_xprt(struct svc_serv *serv, const char *xcl_name,
185 int svc_xprt_names(struct svc_serv *serv, char *buf, const int buflen);
[all …]
H A Dbc_xprt.h36 void xprt_svc_destroy_nullify_bc(struct rpc_xprt *xprt, struct svc_serv **serv);
46 static inline void set_bc_enabled(struct svc_serv *serv) in set_bc_enabled()
67 static inline void set_bc_enabled(struct svc_serv *serv) in set_bc_enabled()
79 static inline void xprt_svc_destroy_nullify_bc(struct rpc_xprt *xprt, struct svc_serv **serv) in xprt_svc_destroy_nullify_bc()
H A Dxprt.h49 struct svc_serv;
284 struct svc_serv *bc_serv; /* The RPC service which will */
/linux/fs/nfs/
H A Dcallback.c34 struct svc_serv *serv;
41 static int nfs4_callback_up_net(struct svc_serv *serv, struct net *net) in nfs4_callback_up_net()
91 struct svc_serv *serv) in nfs_callback_bc_serv()
102 struct svc_serv *serv) in nfs_callback_start_svc()
124 static void nfs_callback_down_net(u32 minorversion, struct svc_serv *serv, struct net *net) in nfs_callback_down_net()
135 static int nfs_callback_up_net(int minorversion, struct svc_serv *serv, in nfs_callback_up_net()
173 static struct svc_serv *nfs_callback_create_svc(int minorversion) in nfs_callback_create_svc()
177 struct svc_serv *serv; in nfs_callback_create_svc()
210 struct svc_serv *serv; in nfs_callback_up()
254 struct svc_serv *serv; in nfs_callback_down()
/linux/net/sunrpc/
H A Dsvc.c39 static void svc_unregister(const struct svc_serv *serv, struct net *net);
247 unsigned int svc_serv_nrpools(const struct svc_serv *serv) in svc_serv_nrpools()
263 struct svc_pool *svc_pool_for_cpu(struct svc_serv *serv) in svc_pool_for_cpu()
301 static int svc_rpcb_setup(struct svc_serv *serv, struct net *net) in svc_rpcb_setup()
314 void svc_rpcb_cleanup(struct svc_serv *serv, struct net *net) in svc_rpcb_cleanup()
320 static int svc_uses_rpcbind(struct svc_serv *serv) in svc_uses_rpcbind()
338 int svc_bind(struct svc_serv *serv, struct net *net) in svc_bind()
348 __svc_init_bc(struct svc_serv *serv) in __svc_init_bc()
354 __svc_init_bc(struct svc_serv *serv) in __svc_init_bc()
391 static struct svc_serv *
[all …]
H A Dsvc_xprt.c196 struct svc_xprt *xprt, struct svc_serv *serv) in svc_xprt_init()
254 void svc_add_new_perm_xprt(struct svc_serv *serv, struct svc_xprt *new) in svc_add_new_perm_xprt()
263 static int _svc_xprt_create(struct svc_serv *serv, const char *xprt_name, in _svc_xprt_create()
312 int svc_xprt_create_from_sa(struct svc_serv *serv, const char *xprt_name, in svc_xprt_create_from_sa()
355 int svc_xprt_create(struct svc_serv *serv, const char *xprt_name, in svc_xprt_create()
620 void svc_wake_up(struct svc_serv *serv) in svc_wake_up()
658 static void svc_check_conn_limits(struct svc_serv *serv) in svc_check_conn_limits()
816 static void svc_add_new_temp_xprt(struct svc_serv *serv, struct svc_xprt *newxpt) in svc_add_new_temp_xprt()
834 struct svc_serv *serv = rqstp->rq_server; in svc_handle_xprt()
973 struct svc_serv *serv = rqstp->rq_server; in svc_recv()
[all …]
H A Dsunrpc.h39 struct svc_serv;
44 void svc_sock_update_bufs(struct svc_serv *serv);
H A Dsvcsock.c89 static struct svc_sock *svc_setup_socket(struct svc_serv *, struct socket *,
97 static struct svc_xprt *svc_create_socket(struct svc_serv *, int,
612 struct svc_serv *serv = svsk->sk_xprt.xpt_server; in svc_udp_recvfrom()
788 struct svc_serv *serv = xprt->xpt_server; in svc_udp_has_wspace()
813 static struct svc_xprt *svc_udp_create(struct svc_serv *serv,
842 static void svc_udp_init(struct svc_sock *svsk, struct svc_serv *serv) in svc_udp_init()
932 struct svc_serv *serv = svsk->sk_xprt.xpt_server; in svc_tcp_accept()
1159 struct svc_serv *serv = svsk->sk_xprt.xpt_server; in svc_tcp_recvfrom()
1328 static struct svc_xprt *svc_tcp_create(struct svc_serv *serv,
1370 static void svc_tcp_init(struct svc_sock *svsk, struct svc_serv *ser in svc_tcp_init()
[all...]
H A Dbackchannel_rqst.c31 void xprt_svc_destroy_nullify_bc(struct rpc_xprt *xprt, struct svc_serv **serv) in xprt_svc_destroy_nullify_bc()
33 struct svc_serv *bc_serv = *serv; in xprt_svc_destroy_nullify_bc()
407 struct svc_serv *bc_serv; in xprt_enqueue_bc_request()
/linux/fs/lockd/
H A Dsvc.c55 static struct svc_serv *nlmsvc_serv;
157 static int create_lockd_listener(struct svc_serv *serv, const char *name, in create_lockd_listener()
172 static int create_lockd_family(struct svc_serv *serv, struct net *net, in create_lockd_family()
197 static int make_socks(struct svc_serv *serv, struct net *net, in make_socks()
222 static int lockd_up_net(struct svc_serv *serv, struct net *net, in lockd_up_net()
247 static void lockd_down_net(struct svc_serv *serv, struct net *net) in lockd_down_net()
320 struct svc_serv *serv; in lockd_get()
H A Dlockd.h221 struct svc_serv * b_daemon; /* NLM service */
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c67 static struct svcxprt_rdma *svc_rdma_create_xprt(struct svc_serv *serv,
71 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv,
180 static struct svcxprt_rdma *svc_rdma_create_xprt(struct svc_serv *serv, in svc_rdma_create_xprt()
378 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv, in svc_rdma_create()
/linux/fs/nfsd/
H A Dnfssvc.c511 struct svc_serv *serv = nn->nfsd_serv; in nfsd_destroy_serv()
580 struct svc_serv *serv; in nfsd_shutdown_threads()
606 struct svc_serv *serv; in nfsd_create_serv()
664 struct svc_serv *serv = nn->nfsd_serv; in nfsd_get_nrthreads()
761 struct svc_serv *serv; in nfsd_svc()
H A Dfilecache.c455 struct svc_serv *serv; in nfsd_file_dispose_list_delayed()
500 struct svc_serv *serv = nn->nfsd_serv; in nfsd_file_net_dispose()
H A Dnfsctl.c737 struct svc_serv *serv; in __write_ports_addfd()
767 struct svc_serv *serv; in __write_ports_addxprt()
2042 struct svc_serv *serv; in nfsd_nl_listener_set_doit()
2182 struct svc_serv *serv; in nfsd_nl_listener_get_doit()