| /linux/crypto/ |
| H A D | deflate.c | 104 } while (ret == Z_OK && stream->avail_out); in deflate_compress_one() 107 } while (ret == Z_OK); in deflate_compress_one() 128 if (err != Z_OK) { in deflate_compress() 184 } while (ret == Z_OK && stream->avail_in); in deflate_decompress_one() 191 } while (ret == Z_OK); in deflate_decompress_one() 210 if (err != Z_OK) { in deflate_decompress()
|
| /linux/drivers/block/zram/ |
| H A D | backend_deflate.c | 70 if (ret != Z_OK) in deflate_create() 79 if (ret != Z_OK) in deflate_create() 98 if (ret != Z_OK) in deflate_compress() 125 if (ret != Z_OK) in deflate_decompress()
|
| /linux/fs/jffs2/ |
| H A D | compr_zlib.c | 83 if (Z_OK != zlib_deflateInit(&def_strm, 3)) { in jffs2_zlib_compress() 105 if (ret != Z_OK) { in jffs2_zlib_compress() 174 if (Z_OK != zlib_inflateInit2(&inf_strm, wbits)) { in jffs2_zlib_decompress() 180 while((ret = zlib_inflate(&inf_strm, Z_FINISH)) == Z_OK) in jffs2_zlib_decompress()
|
| /linux/fs/squashfs/ |
| H A D | zlib_wrapper.c | 102 if (zlib_err != Z_OK) { in zlib_uncompress() 112 if (zlib_err != Z_OK) { in zlib_uncompress() 122 if (zlib_inflateEnd(stream) != Z_OK) in zlib_uncompress()
|
| /linux/fs/erofs/ |
| H A D | decompressor_deflate.c | 131 if (zerr != Z_OK) { in __z_erofs_deflate_decompress() 155 if (zerr != Z_OK || !(rq->outputsize + strm->z.avail_out)) { in __z_erofs_deflate_decompress() 156 if (zerr == Z_OK && rq->partial_decoding) in __z_erofs_deflate_decompress() 166 if (zlib_inflateEnd(&strm->z) != Z_OK && !reason) in __z_erofs_deflate_decompress()
|
| /linux/arch/xtensa/boot/lib/ |
| H A D | zmem.c | 65 if (r != Z_OK) { in gunzip() 74 if (r != Z_OK && r != Z_STREAM_END) { in gunzip()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_zlib.c | 49 if (rc != Z_OK) in cudbg_compress_buff() 62 if (rc != Z_OK) in cudbg_compress_buff()
|
| /linux/fs/btrfs/ |
| H A D | zlib.c | 164 if (unlikely(ret != Z_OK)) { in zlib_compress_bio() 230 if (unlikely(ret != Z_OK)) { in zlib_compress_bio() 280 if (unlikely(ret != Z_OK && ret != Z_BUF_ERROR)) { in zlib_compress_bio() 379 if (unlikely(ret != Z_OK)) { in zlib_decompress_bio() 390 if (ret != Z_OK && ret != Z_STREAM_END) in zlib_decompress_bio() 469 if (unlikely(ret != Z_OK)) { in zlib_decompress()
|
| /linux/drivers/net/ppp/ |
| H A D | ppp_deflate.c | 112 != Z_OK) in z_comp_alloc() 226 if (r != Z_OK) { in z_compress() 325 if (zlib_inflateInit2(&state->strm, -w_size) != Z_OK) in z_decomp_alloc() 459 if (r != Z_OK) { in z_decompress() 541 if (r != Z_OK) { in z_incomp()
|
| /linux/lib/zlib_inflate/ |
| H A D | inflate.c | 56 return Z_OK; in zlib_inflateReset() 174 return Z_OK; in zlib_inflateSyncPacket() 362 ret = Z_OK; in zlib_inflate() 760 if (flush == Z_PACKET_FLUSH && ret == Z_OK && in zlib_inflate() 764 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in zlib_inflate() 774 return Z_OK; in zlib_inflateEnd() 813 return Z_OK; in zlib_inflateIncomp()
|
| H A D | infutil.c | 33 if (rc == Z_OK) { in zlib_inflate_blob()
|
| /linux/lib/ |
| H A D | decompress_inflate.c | 144 while (rc == Z_OK) { in __gunzip() 174 } else if (rc != Z_OK) { in __gunzip()
|
| /linux/fs/pstore/ |
| H A D | platform.c | 190 if (ret != Z_OK) in pstore_compress() 198 if (ret != Z_OK) in pstore_compress() 607 if (ret != Z_OK) { in decompress_record() 718 if (zlib_inflateEnd(&zstream) != Z_OK) in pstore_get_backend_records()
|
| /linux/arch/arm/kernel/ |
| H A D | head-inflate-data.c | 53 if (rc == Z_OK || rc == Z_STREAM_END) in __inflate_kernel_data()
|
| /linux/fs/cramfs/ |
| H A D | uncompress.c | 42 if (err != Z_OK) { in cramfs_uncompress_block()
|
| /linux/include/linux/ |
| H A D | zlib.h | 148 #define Z_OK 0 macro
|
| /linux/tools/perf/util/ |
| H A D | zlib.c | 43 if (inflateInit2(&zs, 16 + MAX_WBITS) != Z_OK) in gzip_decompress_to_file()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | unpriv_helpers.c | 56 else if (err != Z_OK) in config_contains()
|
| /linux/fs/ |
| H A D | binfmt_flat.c | 267 if (zlib_inflateInit2(&strm, -MAX_WBITS) != Z_OK) { in decompress_exec() 272 while ((ret = zlib_inflate(&strm, Z_NO_FLUSH)) == Z_OK) { in decompress_exec()
|
| /linux/arch/powerpc/kernel/ |
| H A D | nvram_64.c | 326 if (err != Z_OK) in nvram_compress() 341 if (err != Z_OK) in nvram_compress()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_main.c | 1027 if (rc != Z_OK) { in qed_unzip_data() 1036 if (rc != Z_OK && rc != Z_STREAM_END) { in qed_unzip_data()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 6642 if (rc != Z_OK) in bnx2x_gunzip() 6646 if ((rc != Z_OK) && (rc != Z_STREAM_END)) in bnx2x_gunzip()
|