Symbol: zlib_inflate
arch/arm/kernel/head-inflate-data.c
52
rc = zlib_inflate(strm, Z_FINISH);
arch/xtensa/boot/lib/zmem.c
73
r = zlib_inflate(&s, Z_FINISH);
crypto/deflate.c
175
ret = zlib_inflate(stream, Z_NO_FLUSH);
drivers/block/zram/backend_deflate.c
133
ret = zlib_inflate(inflate, Z_SYNC_FLUSH);
drivers/firmware/efi/libstub/zboot-decompress-gzip.c
55
rc = zlib_inflate(&stream, 0);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
6645
rc = zlib_inflate(bp->strm, Z_FINISH);
drivers/net/ethernet/qlogic/qed/qed_main.c
1033
rc = zlib_inflate(p_hwfn->stream, Z_FINISH);
drivers/net/ppp/ppp_deflate.c
458
r = zlib_inflate(&state->strm, Z_PACKET_FLUSH);
fs/binfmt_flat.c
272
while ((ret = zlib_inflate(&strm, Z_NO_FLUSH)) == Z_OK) {
fs/btrfs/zlib.c
389
ret = zlib_inflate(&workspace->strm, Z_NO_FLUSH);
fs/btrfs/zlib.c
483
ret = zlib_inflate(&workspace->strm, Z_FINISH);
fs/cramfs/uncompress.c
48
err = zlib_inflate(&stream, Z_FINISH);
fs/erofs/decompressor_deflate.c
154
zerr = zlib_inflate(&strm->z, Z_SYNC_FLUSH);
fs/isofs/compress.c
147
zerr = zlib_inflate(&stream, Z_SYNC_FLUSH);
fs/jffs2/compr_zlib.c
180
while((ret = zlib_inflate(&inf_strm, Z_FINISH)) == Z_OK)
fs/pstore/platform.c
624
ret = zlib_inflate(zstream, Z_FINISH);
fs/squashfs/zlib_wrapper.c
109
zlib_err = zlib_inflate(stream, Z_SYNC_FLUSH);
include/linux/zlib.h
343
extern int zlib_inflate (z_streamp strm, int flush);
kernel/module/decompress.c
124
rc = zlib_inflate(&s, 0);
lib/decompress_inflate.c
156
rc = zlib_inflate(strm, 0);
lib/zlib_inflate/inflate_syms.c
15
EXPORT_SYMBOL(zlib_inflate);
lib/zlib_inflate/infutil.c
34
rc = zlib_inflate(strm, Z_FINISH);