/Linux-v6.1/fs/squashfs/ |
D | zlib_wrapper.c | 62 stream->next_out = squashfs_first_page(output); in zlib_uncompress() 65 if (IS_ERR(stream->next_out)) { in zlib_uncompress() 66 error = PTR_ERR(stream->next_out); in zlib_uncompress() 92 stream->next_out = squashfs_next_page(output); in zlib_uncompress() 93 if (IS_ERR(stream->next_out)) { in zlib_uncompress() 94 error = PTR_ERR(stream->next_out); in zlib_uncompress() 96 } else if (stream->next_out != NULL) in zlib_uncompress()
|
/Linux-v6.1/fs/isofs/ |
D | compress.c | 122 stream.next_out = kmap_local_page(pages[curpage]) in zisofs_uncompress_block() 127 stream.next_out = (void *)&zisofs_sink_page; in zisofs_uncompress_block() 178 if (stream.next_out != (unsigned char *)zisofs_sink_page) { in zisofs_uncompress_block() 179 kunmap_local(stream.next_out); in zisofs_uncompress_block() 180 stream.next_out = NULL; in zisofs_uncompress_block() 189 if (stream.next_out && stream.next_out != (unsigned char *)zisofs_sink_page) in zisofs_uncompress_block() 190 kunmap_local(stream.next_out); in zisofs_uncompress_block()
|
/Linux-v6.1/lib/ |
D | decompress_inflate.c | 130 strm->next_out = out_buf; in __gunzip() 159 if (flush && strm->next_out > out_buf) { in __gunzip() 160 long l = strm->next_out - out_buf; in __gunzip() 166 strm->next_out = out_buf; in __gunzip()
|
/Linux-v6.1/fs/btrfs/ |
D | zlib.c | 135 workspace->strm.next_out = cpage_out; in zlib_compress_pages() 212 workspace->strm.next_out = cpage_out; in zlib_compress_pages() 248 workspace->strm.next_out = cpage_out; in zlib_compress_pages() 290 workspace->strm.next_out = workspace->buf; in zlib_decompress_bio() 328 workspace->strm.next_out = workspace->buf; in zlib_decompress_bio() 376 workspace->strm.next_out = workspace->buf; in zlib_decompress() 430 workspace->strm.next_out = workspace->buf; in zlib_decompress()
|
/Linux-v6.1/lib/zlib_inflate/ |
D | inflate.c | 130 memcpy(state->window, strm->next_out - state->wsize, state->wsize); in zlib_updatewindow() 137 memcpy(state->window + state->write, strm->next_out - copy, dist); in zlib_updatewindow() 140 memcpy(state->window, strm->next_out - copy, copy); in zlib_updatewindow() 187 put = strm->next_out; \ 198 strm->next_out = put; \ 755 UPDATE(state->check, strm->next_out - out, out); in zlib_inflate() 788 Byte *saved_no = z->next_out; in zlib_inflateIncomp() 796 z->next_out = (unsigned char*)z->next_in + z->avail_in; in zlib_inflateIncomp() 802 z->next_out = saved_no; in zlib_inflateIncomp()
|
D | infutil.c | 29 strm->next_out = gunzip_buf; in zlib_inflate_blob()
|
D | inffast.c | 99 out = strm->next_out; in inflate_fast() 318 strm->next_out = out; in inflate_fast()
|
/Linux-v6.1/arch/xtensa/boot/lib/ |
D | zmem.c | 70 s.next_out = dst; in gunzip() 77 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
|
/Linux-v6.1/drivers/net/ppp/ |
D | ppp_deflate.c | 216 state->strm.next_out = wptr; in z_compress() 235 state->strm.next_out = NULL; in z_compress() 321 state->strm.next_out = NULL; in z_decomp_alloc() 450 state->strm.next_out = obuf + 3; in z_decompress() 473 --state->strm.next_out; in z_decompress() 483 state->strm.next_out = overflow_buf; in z_decompress()
|
/Linux-v6.1/tools/perf/util/ |
D | lzma.c | 62 strm.next_out = buf_out; in lzma_decompress_to_file() 89 strm.next_out = buf_out; in lzma_decompress_to_file()
|
D | zlib.c | 50 zs.next_out = buf; in gzip_decompress_to_file()
|
/Linux-v6.1/lib/zlib_dfltcc/ |
D | dfltcc_deflate.c | 64 param, &strm->next_out, &avail_out, in dfltcc_cmpr() 206 *strm->next_out = (Byte)state->bi_buf; in dfltcc_deflate() 240 state->bi_buf = *strm->next_out & ((1 << state->bi_valid) - 1); in dfltcc_deflate()
|
D | dfltcc_inflate.c | 76 param, &strm->next_out, &avail_out, in dfltcc_xpnd()
|
/Linux-v6.1/lib/zlib_deflate/ |
D | defutil.h | 429 if (strm->next_out != NULL) { in flush_pending() 430 memcpy(strm->next_out, s->pending_out, len); in flush_pending() 431 strm->next_out += len; in flush_pending()
|
/Linux-v6.1/fs/jffs2/ |
D | compr_zlib.c | 92 def_strm.next_out = cpage_out; in jffs2_zlib_compress() 154 inf_strm.next_out = cpage_out; in jffs2_zlib_decompress()
|
/Linux-v6.1/arch/arm/kernel/ |
D | head-inflate-data.c | 50 strm->next_out = _sdata; in __inflate_kernel_data()
|
/Linux-v6.1/kernel/module/ |
D | decompress.c | 122 s.next_out = kmap_local_page(page); in module_gzip_decompress() 125 kunmap_local(s.next_out); in module_gzip_decompress()
|
/Linux-v6.1/fs/cramfs/ |
D | uncompress.c | 38 stream.next_out = dst; in cramfs_uncompress_block()
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_zlib.c | 54 compress_stream.next_out = pout_buff->data + pout_buff->offset; in cudbg_compress_buff()
|
/Linux-v6.1/include/linux/ |
D | zlib.h | 89 Byte *next_out; /* next output byte should be put there */ member
|
/Linux-v6.1/crypto/ |
D | deflate.c | 191 stream->next_out = (u8 *)dst; in __deflate_compress() 236 stream->next_out = (u8 *)dst; in __deflate_decompress()
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 313 zstream->next_out = compress_next_page(c, dst); in compress_page() 314 if (IS_ERR(zstream->next_out)) in compress_page() 315 return PTR_ERR(zstream->next_out); in compress_page() 341 zstream->next_out = compress_next_page(c, dst); in compress_flush() 342 if (IS_ERR(zstream->next_out)) in compress_flush() 343 return PTR_ERR(zstream->next_out); in compress_flush() 357 memset(zstream->next_out, 0, zstream->avail_out); in compress_flush()
|
/Linux-v6.1/fs/ |
D | binfmt_flat.c | 261 strm.next_out = dst; in decompress_exec()
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | nvram_64.c | 332 stream.next_out = out; in nvram_compress()
|
/Linux-v6.1/security/apparmor/ |
D | policy_unpack.c | 1096 strm.next_out = stgbuf; in deflate_compress()
|