Lines Matching defs:ch0
8675 struct spdk_io_channel *ch0, *ch1;
8706 ch0 = spdk_bs_alloc_io_channel(bs);
8707 CU_ASSERT(ch0 != NULL);
8708 ut_ch0 = ut_esnap_get_io_channel(ch0, blobid);
8711 spdk_blob_io_read(blob, ch0, buf, 0, 1, bs_op_complete, NULL);
8715 ut_ch0 = ut_esnap_get_io_channel(ch0, blobid);
8736 spdk_bs_free_io_channel(ch0);
9140 struct spdk_io_channel *ch0, *ch1;
9174 ch0 = spdk_bs_alloc_io_channel(bs);
9175 CU_ASSERT(ch0 != NULL);
9176 spdk_blob_io_read(blob, ch0, buf, 0, 1, bs_op_complete, NULL);
9201 spdk_bs_free_io_channel(ch0);