1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_id_ns_mc - This field indicates the capabilities for meta‐
7 data.
8
10 enum nvme_id_ns_mc {
11 NVME_NS_MC_EXTENDED ,
12 NVME_NS_MC_SEPARATE
13
14 };
15
17 NVME_NS_MC_EXTENDED
18 If set, indicates the namespace supports the metadata being
19 transferred as part of a separate buffer that is specified
20 in the Metadata Pointer.
21
22 NVME_NS_MC_SEPARATE
23 If set, indicates that the namespace supports the metadata
24 being transferred as part of an extended data LBA.
25
26
27
28April 2022 enum nvme_id_ns_mc libnvme(9)