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