Searched refs:block_state (Results 1 – 6 of 6) sorted by relevance
/linux/lib/zlib_deflate/ |
H A D | deflate.c | 69 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 D | defutil.h | 349 } block_state; typedef
|
/linux/fs/gfs2/ |
H A D | trace_gfs2.h | 548 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 D | dfltcc_deflate.h | 11 block_state *result);
|
H A D | dfltcc_deflate.c | 122 block_state *result in dfltcc_deflate()
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-block-zram | 108 are idle via /sys/kernel/debug/zram/zram<id>/block_state
|