Home
last modified time | relevance | path

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

/fs/erofs/
A Ddecompress.c63 ret = inflate(&strm, rq->partial_decoding ? Z_SYNC_FLUSH : Z_FINISH); in z_erofs_decompress_deflate()
65 if (ret != Z_OK || !rq->partial_decoding) { in z_erofs_decompress_deflate()
112 if (rq->partial_decoding || !support_0padding) in z_erofs_decompress_lz4()
123 rq->partial_decoding ? "partial" : "full", in z_erofs_decompress_lz4()
A Ddecompress.h22 bool partial_decoding; member
A Ddata.c265 .partial_decoding = trimmed ? true : in z_erofs_read_one_data()

Completed in 4 milliseconds