Searched refs:rpc_xprt_switch (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | xprtmultipath.h | 14 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, 61 struct rpc_xprt_switch *xps); 64 struct rpc_xprt_switch *xps); 67 struct rpc_xprt_switch *xps); 73 extern struct rpc_xprt_switch *xprt_iter_xchg_switch( 75 struct rpc_xprt_switch *newswitch); [all …]
|
A D | clnt.h | 220 struct rpc_xprt_switch *xps, 225 struct rpc_xprt_switch *, 234 struct rpc_xprt_switch *,
|
A D | xprt.h | 334 struct rpc_xprt_switch *bc_xps; 509 void xprt_set_offline_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps); 510 void xprt_set_online_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps); 511 void xprt_delete_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps);
|
A D | svc_xprt.h | 94 struct rpc_xprt_switch *xpt_bc_xps; /* NFSv4.1 backchannel */
|
/linux-6.3-rc2/net/sunrpc/ |
A D | xprtmultipath.c | 130 struct rpc_xprt_switch *xps; in xprt_switch_alloc() 169 struct rpc_xprt_switch *xps = container_of(kref, in xprt_switch_free() 170 struct rpc_xprt_switch, xps_kref); in xprt_switch_free() 184 struct rpc_xprt_switch *xprt_switch_get(struct rpc_xprt_switch *xps) in xprt_switch_get() 197 void xprt_switch_put(struct rpc_xprt_switch *xps) in xprt_switch_put() 492 struct rpc_xprt_switch *xps, in __xprt_iter_init() 510 struct rpc_xprt_switch *xps) in xprt_iter_init() 524 struct rpc_xprt_switch *xps) in xprt_iter_init_listall() 530 struct rpc_xprt_switch *xps) in xprt_iter_init_listoffline() 543 struct rpc_xprt_switch *newswitch) in xprt_iter_xchg_switch() [all …]
|
A D | sysfs.h | 12 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 D | sysfs.c | 71 static inline struct rpc_xprt_switch * 80 static inline struct rpc_xprt_switch * 213 struct rpc_xprt_switch *xprt_switch = in rpc_sysfs_xprt_switch_info_show() 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() 556 rpc_xprt_switch = in rpc_sysfs_xprt_switch_setup() 559 if (rpc_xprt_switch) { in rpc_sysfs_xprt_switch_setup() 562 rpc_xprt_switch->xprt = xprt; in rpc_sysfs_xprt_switch_setup() 608 if (rpc_xprt_switch) { in rpc_sysfs_xprt_switch_destroy() 610 kobject_del(&rpc_xprt_switch->kobject); in rpc_sysfs_xprt_switch_destroy() [all …]
|
A D | clnt.c | 361 struct rpc_xprt_switch *xps, in rpc_new_client() 460 struct rpc_xprt_switch *xps; in rpc_create_xprt() 624 struct rpc_xprt_switch *xps; in __rpc_clone_client() 792 struct rpc_xprt_switch *xps; in _rpc_clnt_xprt_iter_init() 1064 struct rpc_xprt_switch *xps; in rpc_task_get_xprt() 1080 struct rpc_xprt_switch *xps; in rpc_task_release_xprt() 2863 struct rpc_xprt_switch *xps; 3023 struct rpc_xprt_switch *, in rpc_clnt_add_xprt() argument 3028 struct rpc_xprt_switch *xps; in rpc_clnt_add_xprt() 3083 struct rpc_xprt_switch *xps; in rpc_xprt_probe_trunked() [all …]
|
A D | xprt.c | 2162 void xprt_set_offline_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps) in xprt_set_offline_locked() 2171 void xprt_set_online_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps) in xprt_set_online_locked() 2180 void xprt_delete_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps) in xprt_delete_locked()
|
A D | rpcb_clnt.c | 626 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in rpcb_find_transport_owner()
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | auth_gss.c | 1233 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in gss_create()
|
Completed in 41 milliseconds