Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvmf_ext_attr - Extended Attribute (EXAT)

SYNOPSIS

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

Members

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