Home
last modified time | relevance | path

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

/fs/erofs/
A Ddecompress.c40 buff = malloc(rq->decodedlength); in z_erofs_decompress_deflate()
61 strm.avail_out = rq->decodedlength; in z_erofs_decompress_deflate()
73 rq->decodedlength - rq->decodedskip); in z_erofs_decompress_deflate()
106 buff = malloc(rq->decodedlength); in z_erofs_decompress_lz4()
115 rq->decodedlength, rq->decodedlength); in z_erofs_decompress_lz4()
119 rq->decodedlength); in z_erofs_decompress_lz4()
121 if (ret != (int)rq->decodedlength) { in z_erofs_decompress_lz4()
131 rq->decodedlength - rq->decodedskip); in z_erofs_decompress_lz4()
150 if (rq->decodedlength > erofs_blksiz()) in z_erofs_decompress()
153 if (rq->decodedlength < rq->decodedskip) in z_erofs_decompress()
[all …]
A Ddecompress.h15 unsigned int inputsize, decodedlength; member
A Ddata.c263 .decodedlength = length, in z_erofs_read_one_data()

Completed in 4 milliseconds