Searched refs:default_lu_gp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_internal.h | 58 extern struct t10_alua_lu_gp *default_lu_gp;
|
H A D | target_core_configfs.c | 66 extern struct t10_alua_lu_gp *default_lu_gp; 3570 * Add core/alua/lu_gps/default_lu_gp in target_core_init_configfs() 3572 lu_gp = core_alua_allocate_lu_gp("default_lu_gp", 1); in target_core_init_configfs() 3578 config_group_init_type_name(&lu_gp->lu_gp_group, "default_lu_gp", in target_core_init_configfs() 3582 default_lu_gp = lu_gp; in target_core_init_configfs() 3620 if (default_lu_gp) { in target_core_init_configfs() 3621 core_alua_free_lu_gp(default_lu_gp); in target_core_init_configfs() 3622 default_lu_gp = NULL; in target_core_init_configfs() 3640 core_alua_free_lu_gp(default_lu_gp); in target_core_exit_configfs() 3641 default_lu_gp in target_core_exit_configfs() [all...] |
H A D | target_core_alua.c | 48 struct t10_alua_lu_gp *default_lu_gp; variable 1107 * For storage objects that are members of the 'default_lu_gp', in core_alua_do_port_transition() 1109 * on all of the matching target port groups IDs in default_lu_gp. in core_alua_do_port_transition() 1124 * For all other LU groups aside from 'default_lu_gp', walk all of in core_alua_do_port_transition() 1527 * If the passed lu_gp does NOT match the default_lu_gp, assume in core_alua_free_lu_gp() 1528 * we want to re-associate a given lu_gp_mem with default_lu_gp. in core_alua_free_lu_gp() 1531 if (lu_gp != default_lu_gp) in core_alua_free_lu_gp() 1533 default_lu_gp); in core_alua_free_lu_gp() 2280 default_lu_gp); in core_setup_alua() 2284 " core/alua/lu_gps/default_lu_gp\ in core_setup_alua() [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_internal.h | 59 extern struct t10_alua_lu_gp *default_lu_gp;
|
H A D | target_core_configfs.c | 67 extern struct t10_alua_lu_gp *default_lu_gp; 3672 * Add core/alua/lu_gps/default_lu_gp in target_core_init_configfs() 3674 lu_gp = core_alua_allocate_lu_gp("default_lu_gp", 1); in target_core_init_configfs() 3680 config_group_init_type_name(&lu_gp->lu_gp_group, "default_lu_gp", in target_core_init_configfs() 3684 default_lu_gp = lu_gp; in target_core_init_configfs() 3722 if (default_lu_gp) { in target_core_init_configfs() 3723 core_alua_free_lu_gp(default_lu_gp); in target_core_init_configfs() 3724 default_lu_gp = NULL; in target_core_init_configfs() 3742 core_alua_free_lu_gp(default_lu_gp); in target_core_exit_configfs() 3743 default_lu_gp in target_core_exit_configfs() [all...] |
H A D | target_core_alua.c | 48 struct t10_alua_lu_gp *default_lu_gp; variable 1081 * For storage objects that are members of the 'default_lu_gp', in core_alua_do_port_transition() 1083 * on all of the matching target port groups IDs in default_lu_gp. in core_alua_do_port_transition() 1098 * For all other LU groups aside from 'default_lu_gp', walk all of in core_alua_do_port_transition() 1501 * If the passed lu_gp does NOT match the default_lu_gp, assume in core_alua_free_lu_gp() 1502 * we want to re-associate a given lu_gp_mem with default_lu_gp. in core_alua_free_lu_gp() 1505 if (lu_gp != default_lu_gp) in core_alua_free_lu_gp() 1507 default_lu_gp); in core_alua_free_lu_gp() 2270 default_lu_gp); in core_setup_alua() 2274 " core/alua/lu_gps/default_lu_gp\ in core_setup_alua() [all...] |
Completed in 16 milliseconds