summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_zns_report_zones.2
blob: 586f9045a2748c189d9ff10e7f59773580f1468c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH "nvme_zns_report_zones" 9 "nvme_zns_report_zones" "July 2022" "libnvme API manual" LINUX
.SH NAME
nvme_zns_report_zones \- Return the list of zones
.SH SYNOPSIS
.B "int" nvme_zns_report_zones
.BI "(int fd "  ","
.BI "__u32 nsid "  ","
.BI "__u64 slba "  ","
.BI "enum nvme_zns_report_options opts "  ","
.BI "bool extended "  ","
.BI "bool partial "  ","
.BI "__u32 data_len "  ","
.BI "void *data "  ","
.BI "__u32 timeout "  ","
.BI "__u32 *result "  ");"
.SH ARGUMENTS
.IP "fd" 12
File descriptor of nvme device
.IP "nsid" 12
Namespace ID
.IP "slba" 12
Starting LBA
.IP "opts" 12
Reporting options
.IP "extended" 12
Extended report
.IP "partial" 12
Partial report requested
.IP "data_len" 12
Length of the data buffer
.IP "data" 12
Userspace address of the report zones data
.IP "timeout" 12
timeout in ms
.IP "result" 12
The command completion result from CQE dword0
.SH "RETURN"
The nvme command status if a response was received (see
\fIenum nvme_status_field\fP) or -1 with errno set otherwise.