Z_OK 56 arch/arm/kernel/head-inflate-data.c if (rc == Z_OK || rc == Z_STREAM_END) Z_OK 326 arch/powerpc/kernel/nvram_64.c if (err != Z_OK) Z_OK 341 arch/powerpc/kernel/nvram_64.c if (err != Z_OK) Z_OK 64 arch/xtensa/boot/lib/zmem.c if (r != Z_OK) { Z_OK 73 arch/xtensa/boot/lib/zmem.c if (r != Z_OK && r != Z_STREAM_END) { Z_OK 60 crypto/deflate.c if (ret != Z_OK) { Z_OK 85 crypto/deflate.c if (ret != Z_OK) { Z_OK 184 crypto/deflate.c if (ret != Z_OK) { Z_OK 229 crypto/deflate.c if (ret != Z_OK) { Z_OK 245 crypto/deflate.c if (ret == Z_OK && !stream->avail_in && stream->avail_out) { Z_OK 270 drivers/gpu/drm/i915/i915_gpu_error.c return zlib_deflateInit(zstream, Z_DEFAULT_COMPRESSION) == Z_OK; Z_OK 308 drivers/gpu/drm/i915/i915_gpu_error.c if (zlib_deflate(zstream, Z_NO_FLUSH) != Z_OK) Z_OK 326 drivers/gpu/drm/i915/i915_gpu_error.c case Z_OK: /* more space requested */ Z_OK 6619 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c if (rc != Z_OK) Z_OK 6623 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c if ((rc != Z_OK) && (rc != Z_STREAM_END)) Z_OK 49 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c if (rc != Z_OK) Z_OK 62 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c if (rc != Z_OK) Z_OK 998 drivers/net/ethernet/qlogic/qed/qed_main.c if (rc != Z_OK) { Z_OK 1007 drivers/net/ethernet/qlogic/qed/qed_main.c if (rc != Z_OK && rc != Z_STREAM_END) { Z_OK 113 drivers/net/ppp/ppp_deflate.c != Z_OK) Z_OK 227 drivers/net/ppp/ppp_deflate.c if (r != Z_OK) { Z_OK 327 drivers/net/ppp/ppp_deflate.c if (zlib_inflateInit2(&state->strm, -w_size) != Z_OK) Z_OK 461 drivers/net/ppp/ppp_deflate.c if (r != Z_OK) { Z_OK 543 drivers/net/ppp/ppp_deflate.c if (r != Z_OK) { Z_OK 277 fs/binfmt_flat.c if (zlib_inflateInit2(&strm, -MAX_WBITS) != Z_OK) { Z_OK 282 fs/binfmt_flat.c while ((ret = zlib_inflate(&strm, Z_NO_FLUSH)) == Z_OK) { Z_OK 115 fs/btrfs/zlib.c if (Z_OK != zlib_deflateInit(&workspace->strm, workspace->level)) { Z_OK 143 fs/btrfs/zlib.c if (ret != Z_OK) { Z_OK 266 fs/btrfs/zlib.c if (Z_OK != zlib_inflateInit2(&workspace->strm, wbits)) { Z_OK 273 fs/btrfs/zlib.c if (ret != Z_OK && ret != Z_STREAM_END) Z_OK 356 fs/btrfs/zlib.c if (Z_OK != zlib_inflateInit2(&workspace->strm, wbits)) { Z_OK 367 fs/btrfs/zlib.c if (ret != Z_OK && ret != Z_STREAM_END) Z_OK 42 fs/cramfs/uncompress.c if (err != Z_OK) { Z_OK 109 fs/isofs/compress.c if (zerr != Z_OK) { Z_OK 153 fs/isofs/compress.c if (zerr != Z_OK) { Z_OK 83 fs/jffs2/compr_zlib.c if (Z_OK != zlib_deflateInit(&def_strm, 3)) { Z_OK 105 fs/jffs2/compr_zlib.c if (ret != Z_OK) { Z_OK 174 fs/jffs2/compr_zlib.c if (Z_OK != zlib_inflateInit2(&inf_strm, wbits)) { Z_OK 180 fs/jffs2/compr_zlib.c while((ret = zlib_inflate(&inf_strm, Z_FINISH)) == Z_OK) Z_OK 80 fs/squashfs/zlib_wrapper.c if (zlib_err != Z_OK) { Z_OK 91 fs/squashfs/zlib_wrapper.c } while (zlib_err == Z_OK); Z_OK 99 fs/squashfs/zlib_wrapper.c if (zlib_err != Z_OK) Z_OK 131 lib/decompress_inflate.c while (rc == Z_OK) { Z_OK 161 lib/decompress_inflate.c } else if (rc != Z_OK) { Z_OK 280 lib/zlib_deflate/deflate.c return Z_OK; Z_OK 384 lib/zlib_deflate/deflate.c return Z_OK; Z_OK 416 lib/zlib_deflate/deflate.c return Z_OK; Z_OK 444 lib/zlib_deflate/deflate.c return Z_OK; Z_OK 450 lib/zlib_deflate/deflate.c if (flush != Z_FINISH) return Z_OK; Z_OK 461 lib/zlib_deflate/deflate.c return s->pending != 0 ? Z_OK : Z_STREAM_END; Z_OK 483 lib/zlib_deflate/deflate.c return status == BUSY_STATE ? Z_DATA_ERROR : Z_OK; Z_OK 45 lib/zlib_inflate/inflate.c return Z_OK; Z_OK 155 lib/zlib_inflate/inflate.c return Z_OK; Z_OK 348 lib/zlib_inflate/inflate.c ret = Z_OK; Z_OK 744 lib/zlib_inflate/inflate.c if (flush == Z_PACKET_FLUSH && ret == Z_OK && Z_OK 748 lib/zlib_inflate/inflate.c if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) Z_OK 758 lib/zlib_inflate/inflate.c return Z_OK; Z_OK 797 lib/zlib_inflate/inflate.c return Z_OK; Z_OK 33 lib/zlib_inflate/infutil.c if (rc == Z_OK) { Z_OK 43 tools/perf/util/zlib.c if (inflateInit2(&zs, 16 + MAX_WBITS) != Z_OK)