Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 1.52 KB

ne-nvme-nvme_lba_range_types.md

File metadata and controls

71 lines (51 loc) · 1.52 KB
UID tech.root title ms.date ms.topic targetos description req.construct-type req.ddi-compliance req.header req.include-header req.kmdf-ver req.max-support req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver topic_type api_type api_location api_name f1_keywords dev_langs
NE:nvme.NVME_LBA_RANGE_TYPES
fs
NVME_LBA_RANGE_TYPES
02/19/2021
language-reference
Windows
Contains values that indicate the type of Logical Block Addressing (LBA) range in an NVME_LBA_RANGET_TYPE_ENTRY structure.
enumeration
nvme.h
Windows 10
apiref
HeaderDef
nvme.h
NVME_LBA_RANGE_TYPES
NVME_LBA_RANGE_TYPES
nvme/NVME_LBA_RANGE_TYPES
c++

NVME_LBA_RANGE_TYPES enumeration

-description

Contains values that indicate the type of Logical Block Addressing (LBA) range in an LBA Range Type entry NVME_LBA_RANGET_TYPE_ENTRY structure.

-enum-fields

-field NVME_LBA_RANGE_TYPE_RESERVED

The reserved LBA range.

-field NVME_LBA_RANGE_TYPE_FILESYSTEM

The filesystem LBA range.

-field NVME_LBA_RANGE_TYPE_RAID

The RAID LBA range.

-field NVME_LBA_RANGE_TYPE_CACHE

The cache LBA range.

-field NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE

The page/swap file LBA range.

-remarks

LBA range information ise used by a driver to determine if it may utilize a particular LBA range. The information is not exposed to higher level software.

-see-also

NVME_LBA_RANGET_TYPE_ENTRY