Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dcompress.h20 bool inplace_io, partial_decoding, fillgaps; member
H A Ddecompressor.c135 if (rq->partial_decoding || !may_inplace || in z_erofs_lz4_handle_overlap()
241 if (rq->partial_decoding || !support_0padding) in z_erofs_lz4_decompress_mem()
H A Ddecompressor_deflate.c227 if (zerr == Z_OK && rq->partial_decoding) in z_erofs_deflate_decompress()
H A Ddecompressor_lzma.c192 !rq->partial_decoding); in z_erofs_lzma_decompress()
H A Dzdata.c1300 .partial_decoding = pcl->partial, in z_erofs_decompress_pcluster()