Home
last modified time | relevance | path

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

/linux-6.14.4/fs/erofs/
Dcompress.h18 bool inplace_io, partial_decoding, fillgaps; member
Ddecompressor_deflate.c162 if (zerr == Z_OK && rq->partial_decoding) in z_erofs_deflate_decompress()
Ddecompressor.c128 if (rq->partial_decoding || !may_inplace || in z_erofs_lz4_handle_overlap()
234 if (rq->partial_decoding || !support_0padding) in z_erofs_lz4_decompress_mem()
Ddecompressor_lzma.c188 !rq->partial_decoding); in z_erofs_lzma_decompress()
Dzdata.c1293 .partial_decoding = pcl->partial, in z_erofs_decompress_pcluster()