Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Ddecompressor_deflate.c156 if (zerr == Z_OK && rq->partial_decoding) in __z_erofs_deflate_decompress()
187 if (!rq->partial_decoding) { in z_erofs_deflate_decompress()
H A Dcompress.h19 bool inplace_io, partial_decoding, fillgaps; member
H A Ddecompressor.c147 if (!rq->partial_decoding && may_inplace && in z_erofs_lz4_handle_overlap()
228 if (rq->partial_decoding) in __z_erofs_lz4_decompress()
H A Ddecompressor_lzma.c182 !rq->partial_decoding); in z_erofs_lzma_decompress()
H A Dzdata.c1309 .partial_decoding = pcl->partial, in z_erofs_decompress_pcluster()