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()
722 * Check implicit and explicit ALUA state change request.
725 core_alua_check_transition(int state, int valid, int *primary, int explicit) in core_alua_check_transition() argument
767 if (!(valid & ALUA_T_SUP) || explicit) in core_alua_check_transition()
818 return "Altered by Explicit STPG"; in core_alua_dump_status()
924 * After an explicit target port asymmetric access state in core_alua_queue_state_change_ua()
942 * After an explicit target port asymmetric access in core_alua_queue_state_change_ua()
958 * entry created without explicit Node+MappedLUN ACLs in core_alua_queue_state_change_ua()
978 int explicit) in core_alua_do_transition_tg_pt() argument
989 if (explicit && new_state == ALUA_ACCESS_STATE_TRANSITION) { in core_alua_do_transition_tg_pt()
1000 tg_pt_gp->tg_pt_gp_alua_access_status = (explicit) ? in core_alua_do_transition_tg_pt()
1039 " from primary access state %s to %s\n", (explicit) ? "explicit" : in core_alua_do_transition_tg_pt()
1057 int explicit) in core_alua_do_port_transition() argument
1070 explicit) != 0) in core_alua_do_port_transition()
1091 new_state, explicit); in core_alua_do_port_transition()
1140 new_state, explicit); in core_alua_do_port_transition()
1159 (explicit) ? "explicit" : "implicit", in core_alua_do_port_transition()
1216 int explicit, in core_alua_set_tg_pt_secondary_state() argument
1240 lun->lun_tg_pt_secondary_stat = (explicit) ? in core_alua_set_tg_pt_secondary_state()
1245 " to secondary access state: %s\n", (explicit) ? "explicit" : in core_alua_set_tg_pt_secondary_state()
1623 * 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()
1971 return sprintf(page, "Implicit and Explicit\n"); in core_alua_show_access_type()
1975 return sprintf(page, "Explicit\n"); in core_alua_show_access_type()