Searched refs:inputsize (Results 1 - 3 of 3) sorted by relevance

/u-boot/fs/erofs/
H A Ddecompress.h15 unsigned int inputsize, decodedlength; member in struct:z_erofs_decompress_req
H A Ddecompress.c36 if (inputmargin >= rq->inputsize)
59 strm.avail_in = rq->inputsize - inputmargin;
101 if (inputmargin >= rq->inputsize)
114 rq->inputsize - inputmargin,
118 rq->inputsize - inputmargin,
124 ret, rq->inputsize, inputmargin, rq->decodedlength);
146 /* XXX: should support inputsize >= erofs_blksiz() later */
147 if (rq->inputsize > erofs_blksiz())
163 if (rq->decodedlength > rq->inputsize)
H A Ddata.c262 .inputsize = map->m_plen,

Completed in 55 milliseconds