1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_fdp_event_realloc - Media Reallocated Event Type Specific
7 Information
8
10 struct nvme_fdp_event_realloc {
11 __u8 flags;
12 __u8 rsvd1;
13 __le16 nlbam;
14 __le64 lba;
15 __u8 rsvd12[4];
16 };
17
18
20 flags Event Type Specific flags (enum nvme_fdp_event_real‐
21 loc_flags)
22
23 rsvd1 Reserved
24
25 nlbam Number of LBAs Moved
26
27 lba Logical Block Address
28
29 rsvd12 Reserved
30
31
32
33October 2023 struct nvme_fdp_event_realloc libnvme(9)