Home
last modified time | relevance | path

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

/Linux-v6.6/fs/erofs/
Dcompress.h20 bool inplace_io, partial_decoding, fillgaps; member
Ddecompressor.c135 if (rq->partial_decoding || !may_inplace || in z_erofs_lz4_handle_overlap()
240 if (rq->partial_decoding || !support_0padding) in z_erofs_lz4_decompress_mem()
Ddecompressor_deflate.c223 if (zerr == Z_OK && rq->partial_decoding) in z_erofs_deflate_decompress()
Ddecompressor_lzma.c192 !rq->partial_decoding); in z_erofs_lzma_decompress()
Dzdata.c1299 .partial_decoding = pcl->partial, in z_erofs_decompress_pcluster()