Man page - nvmf_ext_attr(2)

Packages contas this manual

Manual

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