Scroll to navigation

libnvme(2) API Manual libnvme(2)

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 pifa;
__u8 rsvd10[2];
__le32 elbaf[64];
__le32 npdgl;
__u8 rsvd272[20];
__le32 tlbaag;
__u8 rsvd296[3800];
};

Members

Logical Block Storage Tag Mask
Protection Information Capabilities
Protection Information Format Attribute
Reserved
List of Extended LBA Format Support
Namespace Preferred Deallocate Granularity Large
Reserved
Tracked LBA Allocation Granularity
Reserved
struct nvme_nvm_id_ns August 2024