nvme_resv_register - Man Page

Send an nvme reservation register

Synopsis

int nvme_resv_register (struct nvme_resv_register_args *args );

Arguments

args

struct nvme_resv_register_args argument structure

Description

The Reservation Register command registers, unregisters, or replaces a reservation key.

Return

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

Info

February 2024 libnvme API manual