NAME

struct nvme_lba_range_type_entry - LBA Range Type - Data Structure Entry

SYNOPSIS

struct nvme_lba_range_type_entry {
 
__u8 type;
 
__u8 attributes;
 
__u8 rsvd2[14];
 
__u64 slba;
 
__u64 nlb;
 
__u8 guid[16];
 
__u8 rsvd48[16];
 
};
 
 

Members

type
Specifies the Type of the LBA range
attributes
Specifies attributes of the LBA range
rsvd2
Reserved
slba
Starting LBA
nlb
Number of Logical Blocks
guid
Unique Identifier
rsvd48
Reserved

Questions & Answers

Helpful answers and articles about nvme_lba_range_type_entry you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search