1libnvme(9) API Manual libnvme(9)
23
4
NAME
6enum nvme_id_ns_attr - Specifies attributes of the namespace.
7
SYNOPSIS
9enum nvme_id_ns_attr {
10NVME_NS_NSATTR_WRITE_PROTECTED
1112
};
13
Constants
15NVME_NS_NSATTR_WRITE_PROTECTED
16If set, then the namespace is currently write protected and
17all write access to the namespace shall fail.
1819
20
21
November 2022 enum nvme_id_ns_attr libnvme(9)