Home
last modified time | relevance | path

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

/fs/erofs/
A Ddecompressor.c354 if (dctx->kout) in z_erofs_stream_switch_bufs()
355 kunmap_local(dctx->kout); in z_erofs_stream_switch_bufs()
362 dctx->kout = NULL; in z_erofs_stream_switch_bufs()
368 dctx->kout = kmap_local_page(*pgo); in z_erofs_stream_switch_bufs()
369 *dst = dctx->kout + rq->pageofs_out; in z_erofs_stream_switch_bufs()
371 *dst = dctx->kout = NULL; in z_erofs_stream_switch_bufs()
382 kunmap_local(dctx->kout); in z_erofs_stream_switch_bufs()
390 if (dctx->kout) { in z_erofs_stream_switch_bufs()
391 j = (u8 *)*dst - dctx->kout; in z_erofs_stream_switch_bufs()
392 dctx->kout = kmap_local_page(rq->out[dctx->no]); in z_erofs_stream_switch_bufs()
[all …]
A Ddecompressor_deflate.c168 if (dctx.kout) in __z_erofs_deflate_decompress()
169 kunmap_local(dctx.kout); in __z_erofs_deflate_decompress()
A Ddecompressor_lzma.c217 if (dctx.kout) in z_erofs_lzma_decompress()
218 kunmap_local(dctx.kout); in z_erofs_lzma_decompress()
A Ddecompressor_zstd.c200 if (dctx.kout) in z_erofs_zstd_decompress()
201 kunmap_local(dctx.kout); in z_erofs_zstd_decompress()
A Dcompress.h68 u8 *kin, *kout; /* buffer mapped pointers */ member

Completed in 11 milliseconds