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

struct nvme_zns_desc - Zone Descriptor Data Structure

Members

       zt          Zone Type

       zs          Zone State

       za          Zone Attributes

       zai         Zone Attributes Information

       rsvd4       Reserved

       zcap        Zone Capacity

       zslba       Zone Start Logical Block Address

       wp          Write Pointer

       rsvd32      Reserved

May 2025                                      struct nvme_zns_desc                                    libnvme(2)

Name

       struct nvme_zns_desc - Zone Descriptor Data Structure

Synopsis

       struct nvme_zns_desc {
           __u8zt;__u8zs;__u8za;__u8zai;__u8rsvd4[4];__le64zcap;__le64zslba;__le64wp;__u8rsvd32[32];
        };

See Also