summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_lbaf.2
blob: 4e59a2f41ee85294136d072e5ebe689d0d2167ed (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
.TH "libnvme" 9 "struct nvme_lbaf" "July 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.