nvme_zns_report_zones - Return the list of zones
Contents
Arguments
fd File descriptor of nvme device
nsid Namespace ID
slba Starting LBA
opts Reporting options
extended Extended report
partial Partial report requested
data_len Length of the data buffer
data Userspace address of the report zones data
timeout timeout in ms
result The command completion result from CQE dword0
Name
nvme_zns_report_zones - Return the list of zones
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
August 2025 nvme_zns_report_zones nvme_zns_report_zones(2)
Synopsis
intnvme_zns_report_zones(intfd,__u32nsid,__u64slba,enumnvme_zns_report_optionsopts,boolextended,boolpartial,__u32data_len,void*data,__u32timeout,__u32*result);
