Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

enum nvme_flbas - This field indicates the formatted LBA size

SYNOPSIS

enum nvme_flbas {
NVME_FLBAS_LOWER_SHIFT ,
NVME_FLBAS_META_EXT_SHIFT ,
NVME_FLBAS_HIGHER_SHIFT ,
NVME_FLBAS_LOWER_MASK ,
NVME_FLBAS_META_EXT_MASK ,
NVME_FLBAS_HIGHER_MASK

};

Constants

Shift amount to get the format index least significant 4 bits
Shift amount to get the metadata transferred
Shift amount to get the format index most significant 2 bits
Mask to get the format index least significant 4 bits
Mask to get the metadata transferred
Mask to get the format index most significant 2 bits
enum nvme_flbas October 2024