DOKK / manpages / debian 12 / libnvme-dev / nvmf_ext_attr.2.en
libnvme(2) API Manual libnvme(2)

struct nvmf_ext_attr - Extended Attribute (EXAT)

struct nvmf_ext_attr {
__le16 exattype;
__le16 exatlen;
__u8 exatval[];
};

Extended Attribute Type (EXATTYPE) - see enum nvmf_exattype
Extended Attribute Length (EXATLEN)
Extended Attribute Value (EXATVAL) - size allocated for array must be a multiple of 4 bytes
struct nvmf_ext_attr January 2023