Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

nvme_resv_register - Send an nvme reservation register

Arguments

args structnvme_resv_register_args argument structure

Description

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

Name

nvme_resv_register - Send an nvme reservation register

Return

The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set otherwise. May 2025 nvme_resv_register nvme_resv_register(2)

Synopsis

intnvme_resv_register(structnvme_resv_register_args*args);

See Also