Home
last modified time | relevance | path

Searched refs:Z_PARTIAL_FLUSH (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dzlib.h140 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
/linux/fs/jffs2/
H A Dcompr_zlib.c101 ret = zlib_deflate(&def_strm, Z_PARTIAL_FLUSH); in jffs2_zlib_compress()