logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_resv_rtype - Reservation Type Encoding

Constants

NVME_RESERVATION_RTYPE_WE Write Exclusive Reservation NVME_RESERVATION_RTYPE_EA Exclusive Access Reservation NVME_RESERVATION_RTYPE_WERO Write Exclusive - Registrants Only Reservation NVME_RESERVATION_RTYPE_EARO Exclusive Access - Registrants Only Reservation NVME_RESERVATION_RTYPE_WEAR Write Exclusive - All Registrants Reservation NVME_RESERVATION_RTYPE_EAAR Exclusive Access - All Registrants Reservation August 2025 enum nvme_resv_rtype libnvme(2)

Name

enum nvme_resv_rtype - Reservation Type Encoding

Synopsis

enum nvme_resv_rtype { NVME_RESERVATION_RTYPE_WE , NVME_RESERVATION_RTYPE_EA , NVME_RESERVATION_RTYPE_WERO , NVME_RESERVATION_RTYPE_EARO , NVME_RESERVATION_RTYPE_WEAR , NVME_RESERVATION_RTYPE_EAAR };

See Also