summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_resv_rtype.2
blob: c75d6fb6210465b5e10c95edaa450e097269c922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.TH "libnvme" 9 "enum nvme_resv_rtype" "July 2022" "API Manual" LINUX
.SH NAME
enum nvme_resv_rtype \- Reservation Type Encoding
.SH SYNOPSIS
enum nvme_resv_rtype {
.br
.BI "    NVME_RESERVATION_RTYPE_WE"
, 
.br
.br
.BI "    NVME_RESERVATION_RTYPE_EA"
, 
.br
.br
.BI "    NVME_RESERVATION_RTYPE_WERO"
, 
.br
.br
.BI "    NVME_RESERVATION_RTYPE_EARO"
, 
.br
.br
.BI "    NVME_RESERVATION_RTYPE_WEAR"
, 
.br
.br
.BI "    NVME_RESERVATION_RTYPE_EAAR"

};
.SH Constants
.IP "NVME_RESERVATION_RTYPE_WE" 12
Write Exclusive Reservation
.IP "NVME_RESERVATION_RTYPE_EA" 12
Exclusive Access Reservation
.IP "NVME_RESERVATION_RTYPE_WERO" 12
Write Exclusive - Registrants Only Reservation
.IP "NVME_RESERVATION_RTYPE_EARO" 12
Exclusive Access - Registrants Only Reservation
.IP "NVME_RESERVATION_RTYPE_WEAR" 12
Write Exclusive - All Registrants Reservation
.IP "NVME_RESERVATION_RTYPE_EAAR" 12
Exclusive Access - All Registrants Reservation