1nvme_zns_report_zones(9) libnvme API manual nvme_zns_report_zones(9)
2
3
4
6 nvme_zns_report_zones - Return the list of zones
7
9 int nvme_zns_report_zones (int fd , __u32 nsid , __u64 slba , enum
10 nvme_zns_report_options opts , bool extended , bool partial , __u32
11 data_len , void *data , __u32 timeout , __u32 *result );
12
14 fd File descriptor of nvme device
15
16 nsid Namespace ID
17
18 slba Starting LBA
19
20 opts Reporting options
21
22 extended Extended report
23
24 partial Partial report requested
25
26 data_len Length of the data buffer
27
28 data Userspace address of the report zones data
29
30 timeout timeout in ms
31
32 result The command completion result from CQE dword0
33
35 The nvme command status if a response was received (see enum nvme_sta‐
36 tus_field) or -1 with errno set otherwise.
37
38
39
40April 2023 nvme_zns_report_zones nvme_zns_report_zones(9)