Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
A Dxprtmultipath.h14 struct rpc_xprt_switch { struct
34 struct rpc_xprt_switch __rcu *xpi_xpswitch; argument
50 extern struct rpc_xprt_switch *xprt_switch_get(struct rpc_xprt_switch *xps);
51 extern void xprt_switch_put(struct rpc_xprt_switch *xps);
55 extern void rpc_xprt_switch_add_xprt(struct rpc_xprt_switch *xps,
57 extern void rpc_xprt_switch_remove_xprt(struct rpc_xprt_switch *xps,
61 struct rpc_xprt_switch *xps);
64 struct rpc_xprt_switch *xps);
68 extern struct rpc_xprt_switch *xprt_iter_xchg_switch(
70 struct rpc_xprt_switch *newswitch);
[all …]
A Dclnt.h219 struct rpc_xprt_switch *xps,
224 struct rpc_xprt_switch *,
233 struct rpc_xprt_switch *,
A Dsvc_xprt.h93 struct rpc_xprt_switch *xpt_bc_xps; /* NFSv4.1 backchannel */
A Dxprt.h329 struct rpc_xprt_switch *bc_xps;
/linux/net/sunrpc/
A Dxprtmultipath.c51 void rpc_xprt_switch_add_xprt(struct rpc_xprt_switch *xps, in rpc_xprt_switch_add_xprt()
128 struct rpc_xprt_switch *xps; in xprt_switch_alloc()
167 struct rpc_xprt_switch *xps = container_of(kref, in xprt_switch_free()
168 struct rpc_xprt_switch, xps_kref); in xprt_switch_free()
182 struct rpc_xprt_switch *xprt_switch_get(struct rpc_xprt_switch *xps) in xprt_switch_get()
195 void xprt_switch_put(struct rpc_xprt_switch *xps) in xprt_switch_put()
426 struct rpc_xprt_switch *xps, in __xprt_iter_init()
444 struct rpc_xprt_switch *xps) in xprt_iter_init()
458 struct rpc_xprt_switch *xps) in xprt_iter_init_listall()
471 struct rpc_xprt_switch *newswitch) in xprt_iter_xchg_switch()
[all …]
A Dsysfs.h12 struct rpc_xprt_switch *xprt_switch;
18 struct rpc_xprt_switch *xprt_switch;
25 struct rpc_xprt_switch *xprt_switch;
32 struct rpc_xprt_switch *xprt_switch,
35 void rpc_sysfs_xprt_switch_setup(struct rpc_xprt_switch *xprt_switch,
37 void rpc_sysfs_xprt_switch_destroy(struct rpc_xprt_switch *xprt);
38 void rpc_sysfs_xprt_setup(struct rpc_xprt_switch *xprt_switch,
A Dsysfs.c71 static inline struct rpc_xprt_switch *
80 static inline struct rpc_xprt_switch *
208 struct rpc_xprt_switch *xprt_switch = in rpc_sysfs_xprt_switch_info_show()
481 struct rpc_xprt_switch *xprt_switch, in rpc_sysfs_xprt_switch_alloc()
521 struct rpc_xprt_switch *xprt_switch, in rpc_sysfs_client_setup()
557 rpc_xprt_switch = in rpc_sysfs_xprt_switch_setup()
560 if (rpc_xprt_switch) { in rpc_sysfs_xprt_switch_setup()
563 rpc_xprt_switch->xprt = xprt; in rpc_sysfs_xprt_switch_setup()
604 if (rpc_xprt_switch) { in rpc_sysfs_xprt_switch_destroy()
606 kobject_del(&rpc_xprt_switch->kobject); in rpc_sysfs_xprt_switch_destroy()
[all …]
A Dclnt.c360 struct rpc_xprt_switch *xps, in rpc_new_client()
459 struct rpc_xprt_switch *xps; in rpc_create_xprt()
617 struct rpc_xprt_switch *xps; in __rpc_clone_client()
783 struct rpc_xprt_switch *xps; in rpc_clnt_xprt_iter_init()
991 struct rpc_xprt_switch *xps; in rpc_task_get_xprt()
1007 struct rpc_xprt_switch *xps; in rpc_task_release_xprt()
2108 struct rpc_xprt_switch *xps; in call_connect_status()
2746 struct rpc_xprt_switch *xps;
2893 struct rpc_xprt_switch *, in rpc_clnt_add_xprt() argument
2898 struct rpc_xprt_switch *xps; in rpc_clnt_add_xprt()
[all …]
A Drpcb_clnt.c626 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in rpcb_find_transport_owner()
/linux/net/sunrpc/auth_gss/
A Dauth_gss.c1199 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in gss_create()

Completed in 24 milliseconds