block_state
enum block_state state;
u64 block, unsigned len, u8 block_state),
TP_ARGS(ip, rgd, block, len, block_state),
__field( u8, block_state )
__entry->block_state = block_state;
block_state_name(__entry->block_state),
static block_state deflate_slow(
block_state bstate;
typedef block_state (*compress_func) (deflate_state *s, int flush);
static block_state deflate_stored (deflate_state *s, int flush);
static block_state deflate_fast (deflate_state *s, int flush);
static block_state deflate_slow (deflate_state *s, int flush);
static block_state deflate_stored(
static block_state deflate_fast(
block_state *result
block_state *result);