tg_pt_gp_alua_access_type  304 drivers/target/target_core_alua.c 	if (!(l_tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_EXPLICIT_ALUA)) {
tg_pt_gp_alua_access_type 1653 drivers/target/target_core_alua.c 	tg_pt_gp->tg_pt_gp_alua_access_type =
tg_pt_gp_alua_access_type 1997 drivers/target/target_core_alua.c 	if ((tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_EXPLICIT_ALUA) &&
tg_pt_gp_alua_access_type 1998 drivers/target/target_core_alua.c 	    (tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICIT_ALUA))
tg_pt_gp_alua_access_type 2000 drivers/target/target_core_alua.c 	else if (tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICIT_ALUA)
tg_pt_gp_alua_access_type 2002 drivers/target/target_core_alua.c 	else if (tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_EXPLICIT_ALUA)
tg_pt_gp_alua_access_type 2027 drivers/target/target_core_alua.c 		tg_pt_gp->tg_pt_gp_alua_access_type =
tg_pt_gp_alua_access_type 2030 drivers/target/target_core_alua.c 		tg_pt_gp->tg_pt_gp_alua_access_type = TPGS_EXPLICIT_ALUA;
tg_pt_gp_alua_access_type 2032 drivers/target/target_core_alua.c 		tg_pt_gp->tg_pt_gp_alua_access_type = TPGS_IMPLICIT_ALUA;
tg_pt_gp_alua_access_type 2034 drivers/target/target_core_alua.c 		tg_pt_gp->tg_pt_gp_alua_access_type = 0;
tg_pt_gp_alua_access_type 2708 drivers/target/target_core_configfs.c 	if (!(tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICIT_ALUA)) {
tg_pt_gp_alua_access_type 2713 drivers/target/target_core_configfs.c 	if (tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_EXPLICIT_ALUA &&
tg_pt_gp_alua_access_type   46 drivers/target/target_core_spc.c 		buf[5] |= tg_pt_gp->tg_pt_gp_alua_access_type;
tg_pt_gp_alua_access_type  292 include/target/target_core_base.h 	int	tg_pt_gp_alua_access_type;