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
23
doc/man/nvme_zone_report.2
Normal file
23
doc/man/nvme_zone_report.2
Normal file
|
@ -0,0 +1,23 @@
|
|||
.TH "libnvme" 9 "struct nvme_zone_report" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_zone_report \-
|
||||
.SH SYNOPSIS
|
||||
struct nvme_zone_report {
|
||||
.br
|
||||
.BI " __le64 nr_zones;"
|
||||
.br
|
||||
.BI " __u8 rsvd8[56];"
|
||||
.br
|
||||
.BI " struct nvme_zns_desc entries[];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "nr_zones" 12
|
||||
Number of descriptors in \fIentries\fP
|
||||
.IP "rsvd8" 12
|
||||
Reserved
|
||||
.IP "entries" 12
|
||||
Zoned namespace descriptors
|
Loading…
Add table
Add a link
Reference in a new issue