logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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