Home
last modified time | relevance | path

Searched refs:t10_alua_lu_gp (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_alua.h105 extern struct t10_alua_lu_gp *core_alua_allocate_lu_gp(const char *, int);
106 extern int core_alua_set_lu_gp_id(struct t10_alua_lu_gp *, u16);
107 extern void core_alua_free_lu_gp(struct t10_alua_lu_gp *);
109 extern struct t10_alua_lu_gp *core_alua_get_lu_gp_by_name(const char *);
110 extern void core_alua_put_lu_gp_from_name(struct t10_alua_lu_gp *);
112 struct t10_alua_lu_gp *);
114 struct t10_alua_lu_gp *);
Dtarget_core_alua.c58 struct t10_alua_lu_gp *default_lu_gp;
1144 struct t10_alua_lu_gp *lu_gp; in core_alua_do_port_transition()
1443 struct t10_alua_lu_gp *
1446 struct t10_alua_lu_gp *lu_gp; in core_alua_allocate_lu_gp()
1467 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()
1469 struct t10_alua_lu_gp *lu_gp_tmp; in core_alua_set_lu_gp_id()
1534 void core_alua_free_lu_gp(struct t10_alua_lu_gp *lu_gp) in core_alua_free_lu_gp()
1595 struct t10_alua_lu_gp *lu_gp; in core_alua_free_lu_gp_mem()
1622 struct t10_alua_lu_gp *core_alua_get_lu_gp_by_name(const char *name) in core_alua_get_lu_gp_by_name()
1624 struct t10_alua_lu_gp *lu_gp; in core_alua_get_lu_gp_by_name()
[all …]
Dtarget_core_configfs.c74 extern struct t10_alua_lu_gp *default_lu_gp;
1832 struct t10_alua_lu_gp *lu_gp; in target_dev_alua_lu_gp_show()
1857 struct t10_alua_lu_gp *lu_gp = NULL, *lu_gp_new = NULL; in target_dev_alua_lu_gp_store()
2131 static inline struct t10_alua_lu_gp *to_lu_gp(struct config_item *item) in to_lu_gp()
2133 return container_of(to_config_group(item), struct t10_alua_lu_gp, in to_lu_gp()
2139 struct t10_alua_lu_gp *lu_gp = to_lu_gp(item); in target_lu_gp_lu_gp_id_show()
2149 struct t10_alua_lu_gp *lu_gp = to_lu_gp(item); in target_lu_gp_lu_gp_id_store()
2180 struct t10_alua_lu_gp *lu_gp = to_lu_gp(item); in target_lu_gp_members_show()
2223 struct t10_alua_lu_gp *lu_gp = container_of(to_config_group(item), in target_core_alua_lu_gp_release()
2224 struct t10_alua_lu_gp, lu_gp_group); in target_core_alua_lu_gp_release()
[all …]
Dtarget_core_internal.h52 extern struct t10_alua_lu_gp *default_lu_gp;
Dtarget_core_spc.c264 struct t10_alua_lu_gp *lu_gp; in spc_emulate_evpd_83()
Dtarget_core_transport.c98 sizeof(struct t10_alua_lu_gp), __alignof__(struct t10_alua_lu_gp), in init_se_kmem_caches()
/linux-4.4.14/include/target/
Dtarget_core_base.h255 struct t10_alua_lu_gp { struct
270 struct t10_alua_lu_gp *lu_gp; argument