Lines Matching refs:i

73 		int i = g_req_records.count;  in spdk_bdev_readv_blocks_ext()  local
75 g_req_records.offset_blocks[i] = offset_blocks; in spdk_bdev_readv_blocks_ext()
76 g_req_records.num_blocks[i] = num_blocks; in spdk_bdev_readv_blocks_ext()
77 g_req_records.io_type[i] = CONCAT_READV; in spdk_bdev_readv_blocks_ext()
93 int i = g_req_records.count; in spdk_bdev_writev_blocks_ext() local
95 g_req_records.offset_blocks[i] = offset_blocks; in spdk_bdev_writev_blocks_ext()
96 g_req_records.num_blocks[i] = num_blocks; in spdk_bdev_writev_blocks_ext()
97 g_req_records.io_type[i] = CONCAT_WRITEV; in spdk_bdev_writev_blocks_ext()
113 int i = g_req_records.count; in spdk_bdev_unmap_blocks() local
115 g_req_records.offset_blocks[i] = offset_blocks; in spdk_bdev_unmap_blocks()
116 g_req_records.num_blocks[i] = num_blocks; in spdk_bdev_unmap_blocks()
117 g_req_records.io_type[i] = CONCAT_UNMAP; in spdk_bdev_unmap_blocks()
132 int i = g_req_records.count; in spdk_bdev_flush_blocks() local
134 g_req_records.offset_blocks[i] = offset_blocks; in spdk_bdev_flush_blocks()
135 g_req_records.num_blocks[i] = num_blocks; in spdk_bdev_flush_blocks()
136 g_req_records.io_type[i] = CONCAT_FLUSH; in spdk_bdev_flush_blocks()
162 int i; in init_globals() local
164 for (i = 0; i < MAX_RECORDS; i++) { in init_globals()
165 g_req_records.offset_blocks[i] = 0; in init_globals()
166 g_req_records.num_blocks[i] = 0; in init_globals()
167 g_req_records.io_type[i] = CONCAT_NONE; in init_globals()
249 int i; in test_concat_start() local
255 for (i = 0; i < params->num_base_bdevs; i++) { in test_concat_start()
256 CU_ASSERT(block_range[i].start == total_blockcnt); in test_concat_start()
257 CU_ASSERT(block_range[i].length == params->base_bdev_blockcnt); in test_concat_start()
307 int i; in submit_and_verify_rw() local
311 for (i = 0; i < params->num_base_bdevs; i++) { in submit_and_verify_rw()
361 int i; in test_concat_rw() local
364 for (i = 0; i < 2; i ++) { in test_concat_rw()
365 io_type = io_type_list[i]; in test_concat_rw()
447 int i; in test_concat_null_payload() local
450 for (i = 0; i < 2; i ++) { in test_concat_null_payload()
451 io_type = io_type_list[i]; in test_concat_null_payload()