1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_copy_range_f1 - Copy - Source Range Entries Descriptor For‐
7 mat 1h
8
10 struct nvme_copy_range_f1 {
11 __u8 rsvd0[8];
12 __le64 slba;
13 __le16 nlb;
14 __u8 rsvd18[8];
15 __u8 elbt[10];
16 __le16 elbat;
17 __le16 elbatm;
18 };
19
20
22 rsvd0 Reserved
23
24 slba Starting LBA
25
26 nlb Number of Logical Blocks
27
28 rsvd18 Reserved
29
30 elbt Expected Initial Logical Block Reference Tag / Expected
31 Logical Block Storage Tag
32
33 elbat Expected Logical Block Application Tag
34
35 elbatm Expected Logical Block Application Tag Mask
36
37
38
39October 2023 struct nvme_copy_range_f1 libnvme(9)