Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_resv_report_args - Arguments for the NVMe Reservation Report command

SYNOPSIS

struct nvme_resv_report_args {
__u32 *result;
struct nvme_resv_status *report;
int args_size;
int fd;
__u32 timeout;
__u32 nsid;
__u32 len;
bool eds;
};

Members

The command completion result from CQE dword0
The user space destination address to store the reservation report
Size of struct nvme_resv_report_args
File descriptor of nvme device
Timeout in ms
Namespace identifier
Number of bytes to request transferred with this command
Request extended Data Structure
struct nvme_resv_report_args December 2025