Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
H A Ddecompressor.c235 const unsigned int nrpages_out = in z_erofs_decompress_generic() local
242 if (nrpages_out == 1 && !rq->inplace_io) { in z_erofs_decompress_generic()
280 dst = vm_map_ram(rq->out, nrpages_out, -1); in z_erofs_decompress_generic()
299 vm_unmap_ram(dst, nrpages_out); in z_erofs_decompress_generic()
306 const unsigned int nrpages_out = in z_erofs_shifted_transform() local
311 if (nrpages_out > 2) { in z_erofs_shifted_transform()
317 DBG_BUGON(nrpages_out != 1); in z_erofs_shifted_transform()
328 if (nrpages_out == 2) { in z_erofs_shifted_transform()
/kernel/linux/linux-6.6/fs/erofs/
H A Ddecompressor_lzma.c156 const unsigned int nrpages_out = in z_erofs_lzma_decompress() local
211 if (++no >= nrpages_out || !outlen) { in z_erofs_lzma_decompress()
283 if (no < nrpages_out && strm->buf.out) in z_erofs_lzma_decompress()
H A Ddecompressor_deflate.c101 const unsigned int nrpages_out = in z_erofs_deflate_decompress() local
151 if (++no >= nrpages_out || !outsz) { in z_erofs_deflate_decompress()

Completed in 2 milliseconds