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

struct nvmf_ext_attr - Extended Attribute (EXAT)

Members

exattype Extended Attribute Type (EXATTYPE) - see enum nvmf_exattype exatlen Extended Attribute Length (EXATLEN) exatval Extended Attribute Value (EXATVAL) - size allocated for array must be a multiple of 4 bytes May 2025 struct nvmf_ext_attr libnvme(2)

Name

struct nvmf_ext_attr - Extended Attribute (EXAT)

Synopsis

struct nvmf_ext_attr { __le16exattype;__le16exatlen;__u8exatval[]; };

See Also