Lines Matching full:explicit
33 int *primary, int explicit);
35 struct se_lun *lun, int explicit, int offline);
263 * SET_TARGET_PORT_GROUPS for explicit ALUA operation.
292 * Determine if explicit ALUA via SET_TARGET_PORT_GROUPS is allowed in target_emulate_set_target_port_groups()
748 * Check implicit and explicit ALUA state change request.
751 core_alua_check_transition(int state, int valid, int *primary, int explicit) in core_alua_check_transition() argument
793 if (!(valid & ALUA_T_SUP) || explicit) in core_alua_check_transition()
844 return "Altered by Explicit STPG"; in core_alua_dump_status()
952 * After an explicit target port asymmetric access state in core_alua_queue_state_change_ua()
970 * After an explicit target port asymmetric access in core_alua_queue_state_change_ua()
986 * entry created without explicit Node+MappedLUN ACLs in core_alua_queue_state_change_ua()
1006 int explicit) in core_alua_do_transition_tg_pt() argument
1017 if (explicit && new_state == ALUA_ACCESS_STATE_TRANSITION) { in core_alua_do_transition_tg_pt()
1028 tg_pt_gp->tg_pt_gp_alua_access_status = (explicit) ? in core_alua_do_transition_tg_pt()
1067 " from primary access state %s to %s\n", (explicit) ? "explicit" : in core_alua_do_transition_tg_pt()
1085 int explicit) in core_alua_do_port_transition() argument
1098 explicit) != 0) in core_alua_do_port_transition()
1119 new_state, explicit); in core_alua_do_port_transition()
1168 new_state, explicit); in core_alua_do_port_transition()
1187 (explicit) ? "explicit" : "implicit", in core_alua_do_port_transition()
1244 int explicit, in core_alua_set_tg_pt_secondary_state() argument
1268 lun->lun_tg_pt_secondary_stat = (explicit) ? in core_alua_set_tg_pt_secondary_state()
1273 " to secondary access state: %s\n", (explicit) ? "explicit" : in core_alua_set_tg_pt_secondary_state()
1651 * Enable both explicit and implicit ALUA support by default in core_alua_allocate_tg_pt_gp()
1746 * no associations *OR* explicit ALUA via SET_TARGET_PORT_GROUPS in core_alua_free_tg_pt_gp()
1999 return sprintf(page, "Implicit and Explicit\n"); in core_alua_show_access_type()
2003 return sprintf(page, "Explicit\n"); in core_alua_show_access_type()