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 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