Home
last modified time | relevance | path

Searched refs:src_offset (Results 1 – 3 of 3) sorted by relevance

/spdk/test/bdev/bdevio/
H A Dbdevio.c53 uint64_t src_offset; member
434 bdev_bytes_to_blocks(bdev, req->src_offset), in _blockdev_copy()
445 blockdev_copy(struct io_target *target, uint64_t dst_offset, uint64_t src_offset, int data_len) in blockdev_copy() argument
452 req.src_offset = src_offset; in blockdev_copy()
1211 uint64_t src_offset, dst_offset; in blockdev_test_copy() local
1225 src_offset = 0; in blockdev_test_copy()
1231 blockdev_write(target, tx_buf, src_offset, data_length, data_length); in blockdev_test_copy()
1234 blockdev_copy(target, dst_offset, src_offset, data_length); in blockdev_test_copy()
/spdk/test/unit/lib/bdev/bdev.c/
H A Dbdev_ut.c106 uint64_t src_offset; in ut_bdev_teardown()
163 ut_alloc_expected_copy_io(uint8_t type, uint64_t offset, uint64_t src_offset, uint64_t length) in ut_alloc_expected_io()
172 expected_io->src_offset = src_offset;
316 CU_ASSERT(expected_io->src_offset == bdev_io->u.bdev.copy.src_offset_blocks); in stub_submit_request()
6479 uint64_t src_offset, num_blocks; in bdev_copy_split_test()
6500 src_offset = bdev->blockcnt - num_blocks; in bdev_copy_split_test()
6502 expected_io = ut_alloc_expected_copy_io(SPDK_BDEV_IO_TYPE_COPY, 0, src_offset, num_blocks); in bdev_copy_split_test()
6505 rc = spdk_bdev_copy_blocks(desc, ioch, 0, src_offset, num_blocks, io_done, NULL); in bdev_copy_split_test()
6511 expected_io = ut_alloc_expected_io(SPDK_BDEV_IO_TYPE_READ, src_offset, num_block in bdev_copy_split_test()
121 uint64_t src_offset; global() member
174 ut_alloc_expected_copy_io(uint8_t type,uint64_t offset,uint64_t src_offset,uint64_t length) ut_alloc_expected_copy_io() argument
6380 uint64_t src_offset, num_blocks; bdev_copy() local
6443 uint64_t offset, src_offset, num_blocks, max_copy_blocks, num_children; bdev_copy_split_test() local
[all...]
/spdk/module/bdev/malloc/
H A Dbdev_malloc.c483 uint64_t dst_offset, uint64_t src_offset, size_t len) in _bdev_malloc_submit_request()
487 void *src = mdisk->malloc_buf + src_offset; in _bdev_malloc_submit_request()
490 len, src_offset, dst_offset); in _bdev_malloc_submit_request()
440 bdev_malloc_copy(struct malloc_disk * mdisk,struct spdk_io_channel * ch,struct malloc_task * task,uint64_t dst_offset,uint64_t src_offset,size_t len) bdev_malloc_copy() argument