Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

enum nvme_zns_report_options - Zone Management Receive - Zone Receive Action Specific Field

SYNOPSIS

enum nvme_zns_report_options {
NVME_ZNS_ZRAS_REPORT_ALL ,
NVME_ZNS_ZRAS_REPORT_EMPTY ,
NVME_ZNS_ZRAS_REPORT_IMPL_OPENED ,
NVME_ZNS_ZRAS_REPORT_EXPL_OPENED ,
NVME_ZNS_ZRAS_REPORT_CLOSED ,
NVME_ZNS_ZRAS_REPORT_FULL ,
NVME_ZNS_ZRAS_REPORT_READ_ONLY ,
NVME_ZNS_ZRAS_REPORT_OFFLINE

};

Constants

List all zones
List the zones in the ZSE:Empty state
List the zones in the ZSIO:Implicitly Opened state
List the zones in the ZSEO:Explicitly Opened state
List the zones in the ZSC:Closed state
List the zones in the ZSF:Full state
List the zones in the ZSRO:Read Only state
List the zones in the ZSO:Offline state
enum nvme_zns_report_options February 2024