summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_zns_zs.2
blob: 85ba655667acf4ccd40288506274361b43195c1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.TH "libnvme" 9 "enum nvme_zns_zs" "December 2023" "API Manual" LINUX
.SH NAME
enum nvme_zns_zs \- Zone Descriptor Data Structure - Zone State
.SH SYNOPSIS
enum nvme_zns_zs {
.br
.BI "    NVME_ZNS_ZS_EMPTY"
, 
.br
.br
.BI "    NVME_ZNS_ZS_IMPL_OPEN"
, 
.br
.br
.BI "    NVME_ZNS_ZS_EXPL_OPEN"
, 
.br
.br
.BI "    NVME_ZNS_ZS_CLOSED"
, 
.br
.br
.BI "    NVME_ZNS_ZS_READ_ONLY"
, 
.br
.br
.BI "    NVME_ZNS_ZS_FULL"
, 
.br
.br
.BI "    NVME_ZNS_ZS_OFFLINE"

};
.SH Constants
.IP "NVME_ZNS_ZS_EMPTY" 12
Empty state
.IP "NVME_ZNS_ZS_IMPL_OPEN" 12
Implicitly open state
.IP "NVME_ZNS_ZS_EXPL_OPEN" 12
Explicitly open state
.IP "NVME_ZNS_ZS_CLOSED" 12
Closed state
.IP "NVME_ZNS_ZS_READ_ONLY" 12
Read only state
.IP "NVME_ZNS_ZS_FULL" 12
Full state
.IP "NVME_ZNS_ZS_OFFLINE" 12
Offline state