summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_resv_status.2
blob: cdb117d79c948be3a0c5f976dd47e469726531bb (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
49
50
51
52
53
54
55
56
57
58
59
.TH "libnvme" 9 "struct nvme_resv_status" "April 2022" "API Manual" LINUX
.SH NAME
struct nvme_resv_status \- 
.SH SYNOPSIS
struct nvme_resv_status {
.br
.BI "    __le32 gen;"
.br
.BI "    __u8 rtype;"
.br
.BI "    __u8 regctl[2];"
.br
.BI "    __u8 rsvd7[2];"
.br
.BI "    __u8 ptpls;"
.br
.BI "    __u8 rsvd10[14];"
.br
.BI "    union {"
.br
.BI "      struct {"
.br
.BI "        __u8 rsvd24[40];"
.br
.BI "        struct nvme_registered_ctrl_ext regctl_eds[0];"
.br
.BI "      };"
.br
.BI "      struct nvme_registered_ctrl regctl_ds[0];"
.br
.BI "    };"
.br
.BI "
};
.br

.SH Members
.IP "gen" 12
Generation
.IP "rtype" 12
Reservation Type
.IP "regctl" 12
Number of Registered Controllers
.IP "rsvd7" 12
Reserved
.IP "ptpls" 12
Persist Through Power Loss State
.IP "rsvd10" 12
Reserved
.IP "{unnamed_union}" 12
anonymous
.IP "{unnamed_struct}" 12
anonymous
.IP "rsvd24" 12
Reserved
.IP "regctl_eds" 12
Registered Controller Extended Data Structure
.IP "regctl_ds" 12
Registered Controller Data Structure