1
0
Fork 0

Adding upstream version 1.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-15 08:44:15 +01:00
parent 809e3412a9
commit 336fe81026
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
743 changed files with 51081 additions and 0 deletions

25
doc/man/nvme_lbaf.2 Normal file
View file

@ -0,0 +1,25 @@
.TH "libnvme" 9 "struct nvme_lbaf" "April 2022" "API Manual" LINUX
.SH NAME
struct nvme_lbaf \- LBA Format Data Structure
.SH SYNOPSIS
struct nvme_lbaf {
.br
.BI " __le16 ms;"
.br
.BI " __u8 ds;"
.br
.BI " __u8 rp;"
.br
.BI "
};
.br
.SH Members
.IP "ms" 12
Metadata Size indicates the number of metadata bytes provided per LBA
based on the LBA Data Size indicated.
.IP "ds" 12
LBA Data Size indicates the LBA data size supported, reported as a
power of two.
.IP "rp" 12
Relative Performance, see \fIenum nvme_lbaf_rp\fP.