Searched refs:zlib_deflate (Results 1 - 14 of 14) sorted by relevance

/linux-master/lib/zlib_deflate/
H A DMakefile10 obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o
12 zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
H A Ddeflate_syms.c3 * linux/lib/zlib_deflate/deflate_syms.c
16 EXPORT_SYMBOL(zlib_deflate); variable
H A Ddeflate.c329 int zlib_deflate( function
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_zlib.c57 rc = zlib_deflate(&compress_stream, Z_FINISH);
/linux-master/include/linux/
H A Dzlib.h223 extern int zlib_deflate (z_streamp strm, int flush);
/linux-master/fs/jffs2/
H A Dcompr_zlib.c101 ret = zlib_deflate(&def_strm, Z_PARTIAL_FLUSH);
114 ret = zlib_deflate(&def_strm, Z_FINISH);
/linux-master/fs/btrfs/
H A Dzlib.c178 ret = zlib_deflate(&workspace->strm, Z_SYNC_FLUSH);
226 ret = zlib_deflate(&workspace->strm, Z_FINISH);
/linux-master/crypto/
H A Ddeflate.c177 ret = zlib_deflate(stream, Z_FINISH);
/linux-master/fs/pstore/
H A Dplatform.c193 ret = zlib_deflate(&zstream, Z_FINISH);
/linux-master/drivers/net/ppp/
H A Dppp_deflate.c226 r = zlib_deflate(&state->strm, Z_PACKET_FLUSH);
/linux-master/fs/bcachefs/
H A Dcompress.c342 if (zlib_deflate(&strm, Z_FINISH) != Z_STREAM_END)
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c336 err = zlib_deflate(&stream, Z_FINISH);
/linux-master/lib/
H A DMakefile195 obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c322 if (zlib_deflate(zstream, Z_NO_FLUSH) != Z_OK)
341 switch (zlib_deflate(zstream, Z_FINISH)) {

Completed in 296 milliseconds