logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_zns_zs - Zone Descriptor Data Structure - Zone State

Constants

NVME_ZNS_ZS_EMPTY Empty state NVME_ZNS_ZS_IMPL_OPEN Implicitly open state NVME_ZNS_ZS_EXPL_OPEN Explicitly open state NVME_ZNS_ZS_CLOSED Closed state NVME_ZNS_ZS_READ_ONLY Read only state NVME_ZNS_ZS_FULL Full state NVME_ZNS_ZS_OFFLINE Offline state August 2025 enum nvme_zns_zs libnvme(2)

Name

enum nvme_zns_zs - Zone Descriptor Data Structure - Zone State

Synopsis

enum nvme_zns_zs { NVME_ZNS_ZS_EMPTY , NVME_ZNS_ZS_IMPL_OPEN , NVME_ZNS_ZS_EXPL_OPEN , NVME_ZNS_ZS_CLOSED , NVME_ZNS_ZS_READ_ONLY , NVME_ZNS_ZS_FULL , NVME_ZNS_ZS_OFFLINE };

See Also