Scroll to navigation

nvme_fdp_reclaim_unit_handle_status(2) libnvme API manual nvme_fdp_reclaim_unit_handle_status(2)

NAME

nvme_fdp_reclaim_unit_handle_status - Get reclaim unit handle status

SYNOPSIS

int nvme_fdp_reclaim_unit_handle_status (int fd , __u32 nsid , __u32 data_len , void *data );

ARGUMENTS

File descriptor of nvme device
Namespace identifier
Length of response buffer
Response buffer

RETURN

The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.

nvme_fdp_reclaim_unit_handle_status February 2024