struct nvme_resv_status
Reservation Status Data Structure
- Provided by: libnvme-dev (Version: 1.15-2)
- Source: libnvme
- Report a bug
Reservation Status Data Structure
struct nvme_resv_status {
__le32 gen;
__u8 rtype;
__u8 regctl[2];
__u8 rsvd7[2];
__u8 ptpls;
__u8 rsvd10[14];
union {
struct {
__u8 rsvd24[40];
struct nvme_registered_ctrl_ext regctl_eds[0];
};
struct nvme_registered_ctrl regctl_ds[0];
};
};