Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sunrpc/
H 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,
62 struct rpc_xprt_switch *xps);
65 struct rpc_xprt_switch *xps);
68 struct rpc_xprt_switch *xps);
74 extern struct rpc_xprt_switch *xprt_iter_xchg_switch(
76 struct rpc_xprt_switch *newswitch);
[all …]
H A Dclnt.h37 struct rpc_xprt_switch *xprt_switch;
237 struct rpc_xprt_switch *xps,
242 struct rpc_xprt_switch *,
251 struct rpc_xprt_switch *,
H A Dxprt.h342 struct rpc_xprt_switch *bc_xps;
520 void xprt_set_offline_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps);
521 void xprt_set_online_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps);
522 void xprt_delete_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps);
H A Dsvc_xprt.h80 struct rpc_xprt_switch *xpt_bc_xps; /* NFSv4.1 backchannel */
/linux-6.15/net/sunrpc/
H A Dxprtmultipath.c151 struct rpc_xprt_switch *xps; in xprt_switch_alloc()
190 struct rpc_xprt_switch *xps = container_of(kref, in xprt_switch_free()
191 struct rpc_xprt_switch, xps_kref); in xprt_switch_free()
205 struct rpc_xprt_switch *xprt_switch_get(struct rpc_xprt_switch *xps) in xprt_switch_get()
218 void xprt_switch_put(struct rpc_xprt_switch *xps) in xprt_switch_put()
526 struct rpc_xprt_switch *xps, in __xprt_iter_init()
544 struct rpc_xprt_switch *xps) in xprt_iter_init()
558 struct rpc_xprt_switch *xps) in xprt_iter_init_listall()
564 struct rpc_xprt_switch *xps) in xprt_iter_init_listoffline()
577 struct rpc_xprt_switch *newswitch) in xprt_iter_xchg_switch()
[all …]
H A Dsysfs.h11 struct rpc_xprt_switch *xprt_switch;
18 struct rpc_xprt_switch *xprt_switch;
25 struct rpc_xprt_switch *xprt_switch,
28 void rpc_sysfs_xprt_switch_setup(struct rpc_xprt_switch *xprt_switch,
30 void rpc_sysfs_xprt_switch_destroy(struct rpc_xprt_switch *xprt);
31 void rpc_sysfs_xprt_setup(struct rpc_xprt_switch *xprt_switch,
H A Dsysfs.c81 static inline struct rpc_xprt_switch *
90 static inline struct rpc_xprt_switch *
301 struct rpc_xprt_switch *xprt_switch = in rpc_sysfs_xprt_switch_info_show()
327 struct rpc_xprt_switch *xprt_switch = in rpc_sysfs_xprt_switch_add_xprt_store()
680 struct rpc_xprt_switch *xprt_switch, in rpc_sysfs_xprt_switch_alloc()
759 rpc_xprt_switch = in rpc_sysfs_xprt_switch_setup()
762 if (rpc_xprt_switch) { in rpc_sysfs_xprt_switch_setup()
765 rpc_xprt_switch->xprt = xprt; in rpc_sysfs_xprt_switch_setup()
811 if (rpc_xprt_switch) { in rpc_sysfs_xprt_switch_destroy()
813 kobject_del(&rpc_xprt_switch->kobject); in rpc_sysfs_xprt_switch_destroy()
[all …]
H A Dclnt.c362 struct rpc_xprt_switch *xps, in rpc_new_client()
462 struct rpc_xprt_switch *xps; in rpc_create_xprt()
635 struct rpc_xprt_switch *xps; in __rpc_clone_client()
805 struct rpc_xprt_switch *xps; in rpc_clnt_xprt_switch_get()
818 struct rpc_xprt_switch *xps; in _rpc_clnt_xprt_iter_init()
1095 struct rpc_xprt_switch *xps; in rpc_task_get_xprt()
1111 struct rpc_xprt_switch *xps; in rpc_task_release_xprt()
2929 struct rpc_xprt_switch *xps;
3092 struct rpc_xprt_switch *, in rpc_clnt_add_xprt() argument
3097 struct rpc_xprt_switch *xps; in rpc_clnt_add_xprt()
[all …]
H A Dxprt.c2182 void xprt_set_offline_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps) in xprt_set_offline_locked()
2191 void xprt_set_online_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps) in xprt_set_online_locked()
2200 void xprt_delete_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps) in xprt_delete_locked()
H A Drpcb_clnt.c649 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in rpcb_find_transport_owner()
/linux-6.15/net/sunrpc/auth_gss/
H A Dauth_gss.c1233 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in gss_create()