other versions
- Tumbleweed 1.15-2.1
- Leap-16.0
- Leap-15.6
| libnvme(9) | API Manual | libnvme(9) |
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¶
- NVME_FORMAT_MSET_SEPARATE
- indicates that the metadata is transferred as part of a separate buffer.
- NVME_FORMAT_MSET_EXTENDED
- indicates that the metadata is transferred as part of an extended data LBA.
| enum nvme_cmd_format_mset | July 2025 |