Provided by: libnvme-dev_1.8-3ubuntu1_amd64 

NAME
struct nvme_nvm_id_ns - NVME Command Set I/O Command Set Specific Identify Namespace Data Structure
SYNOPSIS
struct nvme_nvm_id_ns {
__le64 lbstm;
__u8 pic;
__u8 rsvd9[3];
__le32 elbaf[64];
__u8 rsvd268[3828];
};
Members
lbstm Logical Block Storage Tag Mask
pic Protection Information Capabilities
rsvd9 Reserved
elbaf List of Extended LBA Format Support
rsvd268 Reserved
February 2025 struct nvme_nvm_id_ns libnvme(2)