Searched refs:t10_alua_lu_gp (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_alua.h | 106 extern struct t10_alua_lu_gp *core_alua_allocate_lu_gp(const char *, int); 107 extern int core_alua_set_lu_gp_id(struct t10_alua_lu_gp *, u16); 108 extern void core_alua_free_lu_gp(struct t10_alua_lu_gp *); 110 extern struct t10_alua_lu_gp *core_alua_get_lu_gp_by_name(const char *); 111 extern void core_alua_put_lu_gp_from_name(struct t10_alua_lu_gp *); 113 struct t10_alua_lu_gp *); 115 struct t10_alua_lu_gp *);
|
D | target_core_alua.c | 58 struct t10_alua_lu_gp *default_lu_gp; 1152 struct t10_alua_lu_gp *lu_gp; in core_alua_do_port_transition() 1455 struct t10_alua_lu_gp * 1458 struct t10_alua_lu_gp *lu_gp; in core_alua_allocate_lu_gp() 1479 int core_alua_set_lu_gp_id(struct t10_alua_lu_gp *lu_gp, u16 lu_gp_id) in core_alua_set_lu_gp_id() 1481 struct t10_alua_lu_gp *lu_gp_tmp; in core_alua_set_lu_gp_id() 1546 void core_alua_free_lu_gp(struct t10_alua_lu_gp *lu_gp) in core_alua_free_lu_gp() 1607 struct t10_alua_lu_gp *lu_gp; in core_alua_free_lu_gp_mem() 1634 struct t10_alua_lu_gp *core_alua_get_lu_gp_by_name(const char *name) in core_alua_get_lu_gp_by_name() 1636 struct t10_alua_lu_gp *lu_gp; in core_alua_get_lu_gp_by_name() [all …]
|
D | target_core_configfs.c | 66 extern struct t10_alua_lu_gp *default_lu_gp; 1405 struct t10_alua_lu_gp *lu_gp; in target_core_show_alua_lu_gp() 1432 struct t10_alua_lu_gp *lu_gp = NULL, *lu_gp_new = NULL; in target_core_store_alua_lu_gp() 1750 CONFIGFS_EATTR_STRUCT(target_core_alua_lu_gp, t10_alua_lu_gp); 1768 struct t10_alua_lu_gp *lu_gp, in target_core_alua_lu_gp_show_attr_lu_gp_id() 1778 struct t10_alua_lu_gp *lu_gp, in target_core_alua_lu_gp_store_attr_lu_gp_id() 1816 struct t10_alua_lu_gp *lu_gp, in target_core_alua_lu_gp_show_attr_members() 1852 CONFIGFS_EATTR_OPS(target_core_alua_lu_gp, t10_alua_lu_gp, lu_gp_group); 1862 struct t10_alua_lu_gp *lu_gp = container_of(to_config_group(item), in target_core_alua_lu_gp_release() 1863 struct t10_alua_lu_gp, lu_gp_group); in target_core_alua_lu_gp_release() [all …]
|
D | target_core_internal.h | 5 extern struct t10_alua_lu_gp *default_lu_gp;
|
D | target_core_spc.c | 275 struct t10_alua_lu_gp *lu_gp; in spc_emulate_evpd_83()
|
D | target_core_transport.c | 100 sizeof(struct t10_alua_lu_gp), __alignof__(struct t10_alua_lu_gp), in init_se_kmem_caches()
|
/linux-4.1.27/include/target/ |
D | target_core_base.h | 286 struct t10_alua_lu_gp { struct 301 struct t10_alua_lu_gp *lu_gp; argument
|