Home
last modified time | relevance | path

Searched refs:block_state (Results 1 – 5 of 5) sorted by relevance

/linux/lib/zlib_deflate/
H A Ddeflate.c69 typedef block_state (*compress_func) (deflate_state *s, int flush);
73 static block_state deflate_stored (deflate_state *s, int flush);
74 static block_state deflate_fast (deflate_state *s, int flush);
75 static block_state deflate_slow (deflate_state *s, int flush);
407 block_state bstate; in zlib_deflate()
864 static block_state deflate_stored( in deflate_stored()
923 static block_state deflate_fast( in deflate_fast()
1017 static block_state deflate_slow( in deflate_slow()
H A Ddefutil.h349 } block_state; typedef
/linux/fs/gfs2/
H A Dtrace_gfs2.h548 u64 block, unsigned len, u8 block_state),
550 TP_ARGS(ip, rgd, block, len, block_state),
557 __field( u8, block_state )
569 __entry->block_state = block_state;
581 block_state_name(__entry->block_state),
/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.h11 block_state *result);
H A Ddfltcc_deflate.c122 block_state *result in dfltcc_deflate()