Home
last modified time | relevance | path

Searched refs:TPGS_IMPLICIT_ALUA (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/target/
Dtarget_core_alua.h13 #define TPGS_IMPLICIT_ALUA 0x10 macro
Dtarget_core_alua.c1668 TPGS_EXPLICIT_ALUA | TPGS_IMPLICIT_ALUA; in core_alua_allocate_tg_pt_gp()
2010 (tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICIT_ALUA)) in core_alua_show_access_type()
2012 else if (tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICIT_ALUA) in core_alua_show_access_type()
2040 TPGS_IMPLICIT_ALUA | TPGS_EXPLICIT_ALUA; in core_alua_store_access_type()
2044 tg_pt_gp->tg_pt_gp_alua_access_type = TPGS_IMPLICIT_ALUA; in core_alua_store_access_type()
Dtarget_core_configfs.c2490 if (!(tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICIT_ALUA)) { in target_tg_pt_gp_alua_access_state_store()