1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_lbaf - LBA Format Data Structure
7
SYNOPSIS
9struct nvme_lbaf {
10__le16 ms;
11__u8 ds;
12__u8 rp;
13};
1415
Members
17ms Metadata Size indicates the number of metadata bytes pro‐
18vided per LBA based on the LBA Data Size indicated.
1920
ds LBA Data Size indicates the LBA data size supported, re‐
21ported as a power of two.
2223
rp Relative Performance, see enum nvme_lbaf_rp.
2425
26
27
April 2022 struct nvme_lbaf libnvme(9)