Symbol: t10_alua_lu_gp
drivers/target/target_core_alua.c
1061
struct t10_alua_lu_gp *lu_gp;
drivers/target/target_core_alua.c
1368
struct t10_alua_lu_gp *
drivers/target/target_core_alua.c
1371
struct t10_alua_lu_gp *lu_gp;
drivers/target/target_core_alua.c
1392
int core_alua_set_lu_gp_id(struct t10_alua_lu_gp *lu_gp, u16 lu_gp_id)
drivers/target/target_core_alua.c
1394
struct t10_alua_lu_gp *lu_gp_tmp;
drivers/target/target_core_alua.c
1459
void core_alua_free_lu_gp(struct t10_alua_lu_gp *lu_gp)
drivers/target/target_core_alua.c
1520
struct t10_alua_lu_gp *lu_gp;
drivers/target/target_core_alua.c
1547
struct t10_alua_lu_gp *core_alua_get_lu_gp_by_name(const char *name)
drivers/target/target_core_alua.c
1549
struct t10_alua_lu_gp *lu_gp;
drivers/target/target_core_alua.c
1568
void core_alua_put_lu_gp_from_name(struct t10_alua_lu_gp *lu_gp)
drivers/target/target_core_alua.c
1580
struct t10_alua_lu_gp *lu_gp)
drivers/target/target_core_alua.c
1595
struct t10_alua_lu_gp *lu_gp)
drivers/target/target_core_alua.c
48
struct t10_alua_lu_gp *default_lu_gp;
drivers/target/target_core_alua.h
100
extern int core_alua_set_lu_gp_id(struct t10_alua_lu_gp *, u16);
drivers/target/target_core_alua.h
101
extern void core_alua_free_lu_gp(struct t10_alua_lu_gp *);
drivers/target/target_core_alua.h
103
extern struct t10_alua_lu_gp *core_alua_get_lu_gp_by_name(const char *);
drivers/target/target_core_alua.h
104
extern void core_alua_put_lu_gp_from_name(struct t10_alua_lu_gp *);
drivers/target/target_core_alua.h
106
struct t10_alua_lu_gp *);
drivers/target/target_core_alua.h
108
struct t10_alua_lu_gp *);
drivers/target/target_core_alua.h
99
extern struct t10_alua_lu_gp *core_alua_allocate_lu_gp(const char *, int);
drivers/target/target_core_configfs.c
2472
struct t10_alua_lu_gp *lu_gp;
drivers/target/target_core_configfs.c
2497
struct t10_alua_lu_gp *lu_gp = NULL, *lu_gp_new = NULL;
drivers/target/target_core_configfs.c
2773
static inline struct t10_alua_lu_gp *to_lu_gp(struct config_item *item)
drivers/target/target_core_configfs.c
2775
return container_of(to_config_group(item), struct t10_alua_lu_gp,
drivers/target/target_core_configfs.c
2781
struct t10_alua_lu_gp *lu_gp = to_lu_gp(item);
drivers/target/target_core_configfs.c
2791
struct t10_alua_lu_gp *lu_gp = to_lu_gp(item);
drivers/target/target_core_configfs.c
2822
struct t10_alua_lu_gp *lu_gp = to_lu_gp(item);
drivers/target/target_core_configfs.c
2854
struct t10_alua_lu_gp *lu_gp = container_of(to_config_group(item),
drivers/target/target_core_configfs.c
2855
struct t10_alua_lu_gp, lu_gp_group);
drivers/target/target_core_configfs.c
2878
struct t10_alua_lu_gp *lu_gp;
drivers/target/target_core_configfs.c
2904
struct t10_alua_lu_gp *lu_gp = container_of(to_config_group(item),
drivers/target/target_core_configfs.c
2905
struct t10_alua_lu_gp, lu_gp_group);
drivers/target/target_core_configfs.c
3725
struct t10_alua_lu_gp *lu_gp;
drivers/target/target_core_configfs.c
67
extern struct t10_alua_lu_gp *default_lu_gp;
drivers/target/target_core_internal.h
59
extern struct t10_alua_lu_gp *default_lu_gp;
drivers/target/target_core_spc.c
292
struct t10_alua_lu_gp *lu_gp;
drivers/target/target_core_transport.c
86
sizeof(struct t10_alua_lu_gp), __alignof__(struct t10_alua_lu_gp),
include/target/target_core_base.h
301
struct t10_alua_lu_gp *lu_gp;