Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_copy_range - Copy - Source Range Entries Descriptor Format

SYNOPSIS

struct nvme_copy_range {
__u8 rsvd0[8];
__le64 slba;
__le16 nlb;
__u8 rsvd18[6];
__le32 eilbrt;
__le16 elbat;
__le16 elbatm;
};

Members

Reserved
Starting LBA
Number of Logical Blocks
Reserved
Expected Initial Logical Block Reference Tag / Expected Logical Block Storage Tag
Expected Logical Block Application Tag
Expected Logical Block Application Tag Mask
struct nvme_copy_range February 2024