Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dxprtmultipath.c24 typedef struct rpc_xprt *(*xprt_switch_find_xprt_t)(struct rpc_xprt_switch *xps,
32 static void xprt_switch_add_xprt_locked(struct rpc_xprt_switch *xps, in xprt_switch_add_xprt_locked()
52 void rpc_xprt_switch_add_xprt(struct rpc_xprt_switch *xps, in rpc_xprt_switch_add_xprt()
64 static void xprt_switch_remove_xprt_locked(struct rpc_xprt_switch *xps, in xprt_switch_remove_xprt_locked()
86 void rpc_xprt_switch_remove_xprt(struct rpc_xprt_switch *xps, in rpc_xprt_switch_remove_xprt()
99 struct rpc_xprt *rpc_xprt_switch_get_main_xprt(struct rpc_xprt_switch *xps) in rpc_xprt_switch_get_main_xprt()
123 static int xprt_switch_alloc_id(struct rpc_xprt_switch *xps, gfp_t gfp_flags) in xprt_switch_alloc_id()
135 static void xprt_switch_free_id(struct rpc_xprt_switch *xps) in xprt_switch_free_id()
148 struct rpc_xprt_switch *xprt_switch_alloc(struct rpc_xprt *xprt, in xprt_switch_alloc()
151 struct rpc_xprt_switch *xps; in xprt_switch_alloc()
[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.c82 static inline struct rpc_xprt_switch *
91 static inline struct rpc_xprt_switch *
302 struct rpc_xprt_switch *xprt_switch = in rpc_sysfs_xprt_switch_info_show()
328 struct rpc_xprt_switch *xprt_switch = in rpc_sysfs_xprt_switch_add_xprt_store()
431 struct rpc_xprt_switch *xps = rpc_sysfs_xprt_kobj_get_xprt_switch(kobj); in rpc_sysfs_xprt_state_change()
481 struct rpc_xprt_switch *xps = rpc_sysfs_xprt_kobj_get_xprt_switch(kobj); in rpc_sysfs_xprt_del_xprt()
683 struct rpc_xprt_switch *xprt_switch, in rpc_sysfs_xprt_switch_alloc()
723 struct rpc_xprt_switch *xprt_switch, in rpc_sysfs_client_setup()
751 void rpc_sysfs_xprt_switch_setup(struct rpc_xprt_switch *xprt_switch, in rpc_sysfs_xprt_switch_setup()
755 struct rpc_sysfs_xprt_switch *rpc_xprt_switch; in rpc_sysfs_xprt_switch_setup() local
[all …]
H A Dclnt.c354 struct rpc_xprt_switch *xps, in rpc_new_client()
454 struct rpc_xprt_switch *xps; in rpc_create_xprt()
627 struct rpc_xprt_switch *xps; in __rpc_clone_client()
731 struct rpc_xprt_switch *xps, *oldxps; in rpc_switch_client_transport()
795 static struct rpc_xprt_switch *rpc_clnt_xprt_switch_get(struct rpc_clnt *clnt) in rpc_clnt_xprt_switch_get()
797 struct rpc_xprt_switch *xps; in rpc_clnt_xprt_switch_get()
808 void func(struct rpc_xprt_iter *xpi, struct rpc_xprt_switch *xps)) in _rpc_clnt_xprt_iter_init()
810 struct rpc_xprt_switch *xps; in _rpc_clnt_xprt_iter_init()
1087 struct rpc_xprt_switch *xps; in rpc_task_get_xprt()
1103 struct rpc_xprt_switch *xps; in rpc_task_release_xprt()
[all …]
H A Dxprt.c2199 void xprt_set_offline_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps) in xprt_set_offline_locked()
2208 void xprt_set_online_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps) in xprt_set_online_locked()
2217 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/include/linux/sunrpc/
H A Dxprt.h357 struct rpc_xprt_switch *bc_xps;
537 void xprt_set_offline_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps);
538 void xprt_set_online_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps);
539 void xprt_delete_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps);
H A Dsvc_xprt.h81 struct rpc_xprt_switch *xpt_bc_xps; /* NFSv4.1 backchannel */
/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c1227 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in gss_create()