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_nvmset_attr - NVM Set Attributes Entry

Members

       nvmsetid    NVM Set Identifier

       endgid      Endurance Group Identifier

       rsvd4       Reserved

       rr4kt       Random  4  KiB Read Typical indicates the typical time to complete a 4 KiB random read in 100
                   nanosecond units when the NVM Set is in a Predictable Latency Mode Deterministic  Window  and
                   there is 1 outstanding command per NVM Set.

       ows         Optimal Write Size

       tnvmsetcap  Total NVM Set Capacity

       unvmsetcap  Unallocated NVM Set Capacity

       rsvd48      Reserved

August 2025                                  struct nvme_nvmset_attr                                  libnvme(2)

Name

       struct nvme_nvmset_attr - NVM Set Attributes Entry

Synopsis

       struct nvme_nvmset_attr {
           __le16nvmsetid;__le16endgid;__u8rsvd4[4];__le32rr4kt;__le32ows;__u8tnvmsetcap[16];__u8unvmsetcap[16];__u8rsvd48[80];
        };

See Also