Searched refs:rpc_xprt_switch (Results 1 – 7 of 7) sorted by relevance
| /net/sunrpc/ |
| A D | xprtmultipath.c | 151 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 …]
|
| A D | sysfs.h | 11 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,
|
| A D | sysfs.c | 81 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 …]
|
| A D | clnt.c | 354 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() 797 struct rpc_xprt_switch *xps; in rpc_clnt_xprt_switch_get() 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() 2926 struct rpc_xprt_switch *xps; 3089 struct rpc_xprt_switch *, in rpc_clnt_add_xprt() argument 3094 struct rpc_xprt_switch *xps; in rpc_clnt_add_xprt() [all …]
|
| A D | xprt.c | 2183 void xprt_set_offline_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps) in xprt_set_offline_locked() 2192 void xprt_set_online_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps) in xprt_set_online_locked() 2201 void xprt_delete_locked(struct rpc_xprt *xprt, struct rpc_xprt_switch *xps) in xprt_delete_locked()
|
| A D | rpcb_clnt.c | 649 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in rpcb_find_transport_owner()
|
| /net/sunrpc/auth_gss/ |
| A D | auth_gss.c | 1224 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in gss_create()
|
Completed in 31 milliseconds