Searched refs:Z_FINISH (Results 1 – 16 of 16) sorted by relevance
| /linux/lib/zlib_dfltcc/ |
| H A D | dfltcc_deflate.c | 159 if (flush == Z_FINISH) in dfltcc_deflate() 217 need_empty_block = flush == Z_FINISH && param->bcf && !param->bhf; in dfltcc_deflate() 225 if (flush == Z_FINISH && !param->bcf) in dfltcc_deflate() 292 if (flush == Z_FINISH) { in dfltcc_deflate()
|
| /linux/fs/jffs2/ |
| H A D | compr_zlib.c | 114 ret = zlib_deflate(&def_strm, Z_FINISH); in jffs2_zlib_compress() 180 while((ret = zlib_inflate(&inf_strm, Z_FINISH)) == Z_OK) in jffs2_zlib_decompress()
|
| /linux/arch/arm/kernel/ |
| H A D | head-inflate-data.c | 52 rc = zlib_inflate(strm, Z_FINISH); in __inflate_kernel_data()
|
| /linux/lib/zlib_inflate/ |
| H A D | infutil.c | 34 rc = zlib_inflate(strm, Z_FINISH); in zlib_inflate_blob()
|
| H A D | inflate.c | 764 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in zlib_inflate()
|
| /linux/fs/cramfs/ |
| H A D | uncompress.c | 48 err = zlib_inflate(&stream, Z_FINISH); in cramfs_uncompress_block()
|
| /linux/arch/xtensa/boot/lib/ |
| H A D | zmem.c | 73 r = zlib_inflate(&s, Z_FINISH); in gunzip()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_zlib.c | 57 rc = zlib_deflate(&compress_stream, Z_FINISH); in cudbg_compress_buff()
|
| /linux/include/linux/ |
| H A D | zlib.h | 144 #define Z_FINISH 5 macro
|
| /linux/drivers/block/zram/ |
| H A D | backend_deflate.c | 106 ret = zlib_deflate(deflate, Z_FINISH); in deflate_compress()
|
| /linux/fs/pstore/ |
| H A D | platform.c | 193 ret = zlib_deflate(&zstream, Z_FINISH); in pstore_compress() 624 ret = zlib_inflate(zstream, Z_FINISH); in decompress_record()
|
| /linux/crypto/ |
| H A D | deflate.c | 84 int flush = Z_FINISH; in deflate_compress_one()
|
| /linux/fs/btrfs/ |
| H A D | zlib.c | 277 ret = zlib_deflate(&workspace->strm, Z_FINISH); in zlib_compress_bio() 483 ret = zlib_inflate(&workspace->strm, Z_FINISH); in zlib_decompress()
|
| /linux/arch/powerpc/kernel/ |
| H A D | nvram_64.c | 336 err = zlib_deflate(&stream, Z_FINISH); in nvram_compress()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_main.c | 1033 rc = zlib_inflate(p_hwfn->stream, Z_FINISH); in qed_unzip_data()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 6645 rc = zlib_inflate(bp->strm, Z_FINISH); in bnx2x_gunzip()
|