1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_zns_id_ctrl - I/O Command Set Specific Identify Controller
7Data Structure for the Zoned Namespace Command Set
8
SYNOPSIS
10struct nvme_zns_id_ctrl {
11__u8 zasl;
12__u8 rsvd1[4095];
13};
1415
Members
17zasl Zone Append Size Limit
1819
rsvd1 Reserved
2021
22
23
October 2023 struct nvme_zns_id_ctrl libnvme(9)