Lines Matching refs:ch
151 struct spdk_io_channel *ch;
157 ch = vbdev_forward_get_channel(volume, token);
158 if (unlikely(ch == NULL)) {
191 status = spdk_bdev_readv(base->desc, ch, iovs, iovcnt,
194 status = spdk_bdev_writev(base->desc, ch, iovs, iovcnt,
214 struct spdk_io_channel *ch;
218 ch = vbdev_forward_get_channel(volume, token);
219 if (unlikely(ch == NULL)) {
225 base->desc, ch, 0, bytes,
240 struct spdk_io_channel *ch;
243 ch = vbdev_forward_get_channel(volume, token);
244 if (unlikely(ch == NULL)) {
250 base->desc, ch, addr, bytes,
260 struct spdk_io_channel *ch;
272 spdk_put_io_channel(ctx->ch);
297 ctx->ch = spdk_bdev_get_io_channel(base->desc);
298 if (unlikely(ctx->ch == NULL)) {
307 status = spdk_bdev_readv(base->desc, ctx->ch, data->iovs,
311 status = spdk_bdev_writev(base->desc, ctx->ch, data->iovs,
318 spdk_put_io_channel(ctx->ch);