Home
last modified time | relevance | path

Searched refs:src_lun (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Discsi.c2342 IscsiLun *src_lun; in iscsi_co_copy_range_to() local
2351 src_lun = src->bs->opaque; in iscsi_co_copy_range_to()
2353 if (!src_lun->dd || !dst_lun->dd) { in iscsi_co_copy_range_to()
2359 if (!is_byte_request_lun_aligned(src_offset, bytes, src_lun)) { in iscsi_co_copy_range_to()
2362 if (dst_lun->block_size != src_lun->block_size || in iscsi_co_copy_range_to()
2373 src_lun, src_offset / block_size, in iscsi_co_copy_range_to()
2404 trace_iscsi_xcopy(src_lun, src_offset, dst_lun, dst_offset, bytes, r); in iscsi_co_copy_range_to()
H A Dtrace-events164 iscsi_xcopy(void *src_lun, uint64_t src_off, void *dst_lun, uint64_t dst_off, uint64_t bytes, int r…