Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
47
doc/man/nvme_zns_desc.2
Normal file
47
doc/man/nvme_zns_desc.2
Normal file
|
@ -0,0 +1,47 @@
|
|||
.TH "libnvme" 9 "struct nvme_zns_desc" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_zns_desc \-
|
||||
.SH SYNOPSIS
|
||||
struct nvme_zns_desc {
|
||||
.br
|
||||
.BI " __u8 zt;"
|
||||
.br
|
||||
.BI " __u8 zs;"
|
||||
.br
|
||||
.BI " __u8 za;"
|
||||
.br
|
||||
.BI " __u8 zai;"
|
||||
.br
|
||||
.BI " __u8 rsvd4[4];"
|
||||
.br
|
||||
.BI " __le64 zcap;"
|
||||
.br
|
||||
.BI " __le64 zslba;"
|
||||
.br
|
||||
.BI " __le64 wp;"
|
||||
.br
|
||||
.BI " __u8 rsvd32[32];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "zt" 12
|
||||
Zone Type
|
||||
.IP "zs" 12
|
||||
Zone State
|
||||
.IP "za" 12
|
||||
Zone Attributes
|
||||
.IP "zai" 12
|
||||
Zone Attributes Information
|
||||
.IP "rsvd4" 12
|
||||
Reserved
|
||||
.IP "zcap" 12
|
||||
Zone Capacity
|
||||
.IP "zslba" 12
|
||||
Zone Start Logical Block Address
|
||||
.IP "wp" 12
|
||||
Write Pointer
|
||||
.IP "rsvd32" 12
|
||||
Reserved
|
Loading…
Add table
Add a link
Reference in a new issue