Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/sunrpc/
Dxprtmultipath.h14 struct rpc_xprt_switch { struct
34 struct rpc_xprt_switch __rcu *xpi_xpswitch; argument
47 extern struct rpc_xprt_switch *xprt_switch_alloc(struct rpc_xprt *xprt,
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);
53 extern void rpc_xprt_switch_set_roundrobin(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);
[all …]
Dclnt.h218 struct rpc_xprt_switch *xps,
223 struct rpc_xprt_switch *,
232 struct rpc_xprt_switch *,
Dsvc_xprt.h93 struct rpc_xprt_switch *xpt_bc_xps; /* NFSv4.1 backchannel */
Dxprt.h329 struct rpc_xprt_switch *bc_xps;
/Linux-v5.15/net/sunrpc/
Dxprtmultipath.c24 typedef struct rpc_xprt *(*xprt_switch_find_xprt_t)(struct rpc_xprt_switch *xps,
31 static void xprt_switch_add_xprt_locked(struct rpc_xprt_switch *xps, in xprt_switch_add_xprt_locked()
51 void rpc_xprt_switch_add_xprt(struct rpc_xprt_switch *xps, in rpc_xprt_switch_add_xprt()
63 static void xprt_switch_remove_xprt_locked(struct rpc_xprt_switch *xps, in xprt_switch_remove_xprt_locked()
84 void rpc_xprt_switch_remove_xprt(struct rpc_xprt_switch *xps, in rpc_xprt_switch_remove_xprt()
100 static int xprt_switch_alloc_id(struct rpc_xprt_switch *xps, gfp_t gfp_flags) in xprt_switch_alloc_id()
112 static void xprt_switch_free_id(struct rpc_xprt_switch *xps) in xprt_switch_free_id()
125 struct rpc_xprt_switch *xprt_switch_alloc(struct rpc_xprt *xprt, in xprt_switch_alloc()
128 struct rpc_xprt_switch *xps; in xprt_switch_alloc()
149 static void xprt_switch_free_entries(struct rpc_xprt_switch *xps) in xprt_switch_free_entries()
[all …]
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,
Dsysfs.c71 static inline struct rpc_xprt_switch *
80 static inline struct rpc_xprt_switch *
204 struct rpc_xprt_switch *xprt_switch = in rpc_sysfs_xprt_switch_info_show()
283 struct rpc_xprt_switch *xps = rpc_sysfs_xprt_kobj_get_xprt_switch(kobj); in rpc_sysfs_xprt_state_change()
477 struct rpc_xprt_switch *xprt_switch, in rpc_sysfs_xprt_switch_alloc()
517 struct rpc_xprt_switch *xprt_switch, in rpc_sysfs_client_setup()
542 void rpc_sysfs_xprt_switch_setup(struct rpc_xprt_switch *xprt_switch, in rpc_sysfs_xprt_switch_setup()
546 struct rpc_sysfs_xprt_switch *rpc_xprt_switch; in rpc_sysfs_xprt_switch_setup() local
553 rpc_xprt_switch = in rpc_sysfs_xprt_switch_setup()
556 if (rpc_xprt_switch) { in rpc_sysfs_xprt_switch_setup()
[all …]
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()
717 struct rpc_xprt_switch *xps, *oldxps; in rpc_switch_client_transport()
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()
2111 struct rpc_xprt_switch *xps; in call_connect_status()
2749 struct rpc_xprt_switch *xps;
2784 struct rpc_xprt_switch *xps, struct rpc_xprt *xprt, in rpc_clnt_test_and_add_xprt()
[all …]
Drpcb_clnt.c626 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in rpcb_find_transport_owner()
/Linux-v5.15/net/sunrpc/auth_gss/
Dauth_gss.c1199 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in gss_create()