blob: b0e0765e081dbe982d1c8b2e34636cb81f9d8867 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.TH "libnvme" 9 "enum nvme_id_ns_nmic" "January 2023" "API Manual" LINUX
.SH NAME
enum nvme_id_ns_nmic \- This field specifies multi-path I/O and namespace sharing capabilities of the namespace.
.SH SYNOPSIS
enum nvme_id_ns_nmic {
.br
.BI " NVME_NS_NMIC_SHARED"
};
.SH Constants
.IP "NVME_NS_NMIC_SHARED" 12
If set, then the namespace may be attached to two or
more controllers in the NVM subsystem concurrently
|