1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_zns_report_options -
7
9 enum nvme_zns_report_options {
10 NVME_ZNS_ZRAS_REPORT_ALL ,
11 NVME_ZNS_ZRAS_REPORT_EMPTY ,
12 NVME_ZNS_ZRAS_REPORT_IMPL_OPENED ,
13 NVME_ZNS_ZRAS_REPORT_EXPL_OPENED ,
14 NVME_ZNS_ZRAS_REPORT_CLOSED ,
15 NVME_ZNS_ZRAS_REPORT_FULL ,
16 NVME_ZNS_ZRAS_REPORT_READ_ONLY ,
17 NVME_ZNS_ZRAS_REPORT_OFFLINE
18
19 };
20
22 NVME_ZNS_ZRAS_REPORT_ALL
23 List all zones
24
25 NVME_ZNS_ZRAS_REPORT_EMPTY
26 List the zones in the ZSE:Empty state
27
28 NVME_ZNS_ZRAS_REPORT_IMPL_OPENED
29 List the zones in the ZSIO:Implicitly Opened state
30
31 NVME_ZNS_ZRAS_REPORT_EXPL_OPENED
32 List the zones in the ZSEO:Explicitly Opened state
33
34 NVME_ZNS_ZRAS_REPORT_CLOSED
35 List the zones in the ZSC:Closed state
36
37 NVME_ZNS_ZRAS_REPORT_FULL
38 List the zones in the ZSF:Full state
39
40 NVME_ZNS_ZRAS_REPORT_READ_ONLY
41 List the zones in the ZSRO:Read Only state
42
43 NVME_ZNS_ZRAS_REPORT_OFFLINE
44 List the zones in the ZSO:Offline state
45
46
47
48April 2022 enum nvme_zns_report_options libnvme(9)