| .. | .. |
|---|
| 51 | 51 | * |
|---|
| 52 | 52 | * The Zone Condition state machine in the ZBC/ZAC standards maps the above |
|---|
| 53 | 53 | * deinitions as: |
|---|
| 54 | | - * - ZC1: Empty | BLK_ZONE_EMPTY |
|---|
| 54 | + * - ZC1: Empty | BLK_ZONE_COND_EMPTY |
|---|
| 55 | 55 | * - ZC2: Implicit Open | BLK_ZONE_COND_IMP_OPEN |
|---|
| 56 | 56 | * - ZC3: Explicit Open | BLK_ZONE_COND_EXP_OPEN |
|---|
| 57 | | - * - ZC4: Closed | BLK_ZONE_CLOSED |
|---|
| 58 | | - * - ZC5: Full | BLK_ZONE_FULL |
|---|
| 59 | | - * - ZC6: Read Only | BLK_ZONE_READONLY |
|---|
| 60 | | - * - ZC7: Offline | BLK_ZONE_OFFLINE |
|---|
| 57 | + * - ZC4: Closed | BLK_ZONE_COND_CLOSED |
|---|
| 58 | + * - ZC5: Full | BLK_ZONE_COND_FULL |
|---|
| 59 | + * - ZC6: Read Only | BLK_ZONE_COND_READONLY |
|---|
| 60 | + * - ZC7: Offline | BLK_ZONE_COND_OFFLINE |
|---|
| 61 | 61 | * |
|---|
| 62 | 62 | * Conditions 0x5 to 0xC are reserved by the current ZBC/ZAC spec and should |
|---|
| 63 | 63 | * be considered invalid. |
|---|