1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_nvm_id_ns - NVME Command Set I/O Command Set Specific Iden‐
7 tify Namespace Data Structure
8
10 struct nvme_nvm_id_ns {
11 __le64 lbstm;
12 __u8 pic;
13 __u8 rsvd9[3];
14 __le32 elbaf[64];
15 __u8 rsvd268[3828];
16 };
17
18
20 lbstm Logical Block Storage Tag Mask
21
22 pic Protection Information Capabilities
23
24 rsvd9 Reserved
25
26 elbaf List of Extended LBA Format Support
27
28 rsvd268 Reserved
29
30
31
32November 2022 struct nvme_nvm_id_ns libnvme(9)