Home
last modified time | relevance | path

Searched refs:kout (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/erofs/
H A Ddecompressor.c358 if (dctx->kout) in z_erofs_stream_switch_bufs()
359 kunmap_local(dctx->kout); in z_erofs_stream_switch_bufs()
366 dctx->kout = NULL; in z_erofs_stream_switch_bufs()
372 dctx->kout = kmap_local_page(*pgo); in z_erofs_stream_switch_bufs()
373 *dst = dctx->kout + rq->pageofs_out; in z_erofs_stream_switch_bufs()
375 *dst = dctx->kout = NULL; in z_erofs_stream_switch_bufs()
386 kunmap_local(dctx->kout); in z_erofs_stream_switch_bufs()
394 if (dctx->kout) { in z_erofs_stream_switch_bufs()
395 j = (u8 *)*dst - dctx->kout; in z_erofs_stream_switch_bufs()
396 dctx->kout = kmap_local_page(rq->out[dctx->no]); in z_erofs_stream_switch_bufs()
[all …]
H A Ddecompressor_deflate.c168 if (dctx.kout) in z_erofs_deflate_decompress()
169 kunmap_local(dctx.kout); in z_erofs_deflate_decompress()
H A Ddecompressor_lzma.c217 if (dctx.kout) in z_erofs_lzma_decompress()
218 kunmap_local(dctx.kout); in z_erofs_lzma_decompress()
H A Ddecompressor_zstd.c200 if (dctx.kout) in z_erofs_zstd_decompress()
201 kunmap_local(dctx.kout); in z_erofs_zstd_decompress()
H A Dcompress.h68 u8 *kin, *kout; /* buffer mapped pointers */ member