logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_id_ns_attr - Specifies attributes of the namespace.

Constants

       NVME_NS_NSATTR_WRITE_PROTECTED
                   If set, then the namespace is currently write protected and all write access to the namespace
                   shall fail.

May 2025                                      enum nvme_id_ns_attr                                    libnvme(2)

Name

       enum nvme_id_ns_attr - Specifies attributes of the namespace.

Synopsis

       enum nvme_id_ns_attr {
           NVME_NS_NSATTR_WRITE_PROTECTED

       };

See Also