Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

struct nvme_ns_id_desc - Namespace identifier type descriptor

Members

nidt Namespace Identifier Type, see enumnvme_ns_id_desc_nidt nidl Namespace Identifier Length contains the length in bytes of the structnvme_id_ns.nid. rsvd Reserved nid Namespace Identifier contains a value that is globally unique and assigned to the namespace when the namespace is created. The length is defined in structnvme_id_ns.nidl. May 2025 struct nvme_ns_id_desc libnvme(2)

Name

struct nvme_ns_id_desc - Namespace identifier type descriptor

Synopsis

struct nvme_ns_id_desc { __u8nidt;__u8nidl;__le16rsvd;__u8nid[]; };

See Also