Lines Matching refs:kout
353 if (dctx->kout) in z_erofs_stream_switch_bufs()
354 kunmap_local(dctx->kout); in z_erofs_stream_switch_bufs()
361 dctx->kout = NULL; in z_erofs_stream_switch_bufs()
367 dctx->kout = kmap_local_page(*pgo); in z_erofs_stream_switch_bufs()
368 *dst = dctx->kout + rq->pageofs_out; in z_erofs_stream_switch_bufs()
370 *dst = dctx->kout = NULL; in z_erofs_stream_switch_bufs()
378 if (dctx->kout) /* unlike kmap(), take care of the orders */ in z_erofs_stream_switch_bufs()
379 kunmap_local(dctx->kout); in z_erofs_stream_switch_bufs()
387 if (dctx->kout) { in z_erofs_stream_switch_bufs()
388 j = (u8 *)*dst - dctx->kout; in z_erofs_stream_switch_bufs()
389 dctx->kout = kmap_local_page(rq->out[dctx->no]); in z_erofs_stream_switch_bufs()
390 *dst = dctx->kout + j; in z_erofs_stream_switch_bufs()