Lines Matching full:explicit
33 int *primary, int explicit);
35 struct se_lun *lun, int explicit, int offline);
266 * SET_TARGET_PORT_GROUPS for explicit ALUA operation.
295 * Determine if explicit ALUA via SET_TARGET_PORT_GROUPS is allowed in target_emulate_set_target_port_groups()
725 * Check implicit and explicit ALUA state change request.
728 core_alua_check_transition(int state, int valid, int *primary, int explicit) in core_alua_check_transition() argument
770 if (!(valid & ALUA_T_SUP) || explicit) in core_alua_check_transition()
821 return "Altered by Explicit STPG"; in core_alua_dump_status()
926 * After an explicit target port asymmetric access state in core_alua_queue_state_change_ua()
943 * After an explicit target port asymmetric access in core_alua_queue_state_change_ua()
959 * entry created without explicit Node+MappedLUN ACLs in core_alua_queue_state_change_ua()
979 int explicit) in core_alua_do_transition_tg_pt() argument
990 if (explicit && new_state == ALUA_ACCESS_STATE_TRANSITION) { in core_alua_do_transition_tg_pt()
1001 tg_pt_gp->tg_pt_gp_alua_access_status = (explicit) ? in core_alua_do_transition_tg_pt()
1040 " from primary access state %s to %s\n", (explicit) ? "explicit" : in core_alua_do_transition_tg_pt()
1058 int explicit) in core_alua_do_port_transition() argument
1071 explicit) != 0) in core_alua_do_port_transition()
1092 new_state, explicit); in core_alua_do_port_transition()
1141 new_state, explicit); in core_alua_do_port_transition()
1160 (explicit) ? "explicit" : "implicit", in core_alua_do_port_transition()
1217 int explicit, in core_alua_set_tg_pt_secondary_state() argument
1241 lun->lun_tg_pt_secondary_stat = (explicit) ? in core_alua_set_tg_pt_secondary_state()
1246 " to secondary access state: %s\n", (explicit) ? "explicit" : in core_alua_set_tg_pt_secondary_state()
1624 * Enable both explicit and implicit ALUA support by default in core_alua_allocate_tg_pt_gp()
1718 * no associations *OR* explicit ALUA via SET_TARGET_PORT_GROUPS in core_alua_free_tg_pt_gp()
1987 return sprintf(page, "Implicit and Explicit\n"); in core_alua_show_access_type()
1991 return sprintf(page, "Explicit\n"); in core_alua_show_access_type()