Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

enum nvme_cmd_format_mset - Format NVM - Metadata Settings

SYNOPSIS

enum nvme_cmd_format_mset {
NVME_FORMAT_MSET_SEPARATE ,
NVME_FORMAT_MSET_EXTENDED

};

Constants

indicates that the metadata is transferred as part of a separate buffer.
indicates that the metadata is transferred as part of an extended data LBA.
enum nvme_cmd_format_mset February 2024