Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dxprtmultipath.h13 struct rpc_xprt_switch { struct
28 struct rpc_xprt_switch __rcu *xpi_xpswitch; argument
41 extern struct rpc_xprt_switch *xprt_switch_alloc(struct rpc_xprt *xprt,
44 extern struct rpc_xprt_switch *xprt_switch_get(struct rpc_xprt_switch *xps);
45 extern void xprt_switch_put(struct rpc_xprt_switch *xps);
47 extern void rpc_xprt_switch_set_roundrobin(struct rpc_xprt_switch *xps);
49 extern void rpc_xprt_switch_add_xprt(struct rpc_xprt_switch *xps,
51 extern void rpc_xprt_switch_remove_xprt(struct rpc_xprt_switch *xps,
55 struct rpc_xprt_switch *xps);
58 struct rpc_xprt_switch *xps);
[all …]
Dclnt.h196 struct rpc_xprt_switch *xps,
201 struct rpc_xprt_switch *,
210 struct rpc_xprt_switch *,
Dsvc_xprt.h92 struct rpc_xprt_switch *xpt_bc_xps; /* NFSv4.1 backchannel */
Dxprt.h310 struct rpc_xprt_switch *bc_xps;
/Linux-v4.19/net/sunrpc/
Dxprtmultipath.c29 static void xprt_switch_add_xprt_locked(struct rpc_xprt_switch *xps, in xprt_switch_add_xprt_locked()
48 void rpc_xprt_switch_add_xprt(struct rpc_xprt_switch *xps, in rpc_xprt_switch_add_xprt()
60 static void xprt_switch_remove_xprt_locked(struct rpc_xprt_switch *xps, in xprt_switch_remove_xprt_locked()
79 void rpc_xprt_switch_remove_xprt(struct rpc_xprt_switch *xps, in rpc_xprt_switch_remove_xprt()
96 struct rpc_xprt_switch *xprt_switch_alloc(struct rpc_xprt *xprt, in xprt_switch_alloc()
99 struct rpc_xprt_switch *xps; in xprt_switch_alloc()
114 static void xprt_switch_free_entries(struct rpc_xprt_switch *xps) in xprt_switch_free_entries()
132 struct rpc_xprt_switch *xps = container_of(kref, in xprt_switch_free()
133 struct rpc_xprt_switch, xps_kref); in xprt_switch_free()
145 struct rpc_xprt_switch *xprt_switch_get(struct rpc_xprt_switch *xps) in xprt_switch_get()
[all …]
Dclnt.c361 struct rpc_xprt_switch *xps, in rpc_new_client()
457 struct rpc_xprt_switch *xps; in rpc_create_xprt()
599 struct rpc_xprt_switch *xps; in __rpc_clone_client()
697 struct rpc_xprt_switch *xps, *oldxps; in rpc_switch_client_transport()
765 struct rpc_xprt_switch *xps; in rpc_clnt_xprt_iter_init()
2559 struct rpc_xprt_switch *xps;
2593 struct rpc_xprt_switch *xps, struct rpc_xprt *xprt, in rpc_clnt_test_and_add_xprt()
2637 struct rpc_xprt_switch *xps, in rpc_clnt_setup_test_and_add_xprt()
2698 struct rpc_xprt_switch *, in rpc_clnt_add_xprt() argument
2703 struct rpc_xprt_switch *xps; in rpc_clnt_add_xprt()
[all …]
Drpcb_clnt.c652 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in rpcb_find_transport_owner()
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c1226 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in gss_create()