Home
last modified time | relevance | path

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

/linux-4.4.14/lib/zlib_deflate/
Ddeflate.c64 } block_state; typedef
66 typedef block_state (*compress_func) (deflate_state *s, int flush);
70 static block_state deflate_stored (deflate_state *s, int flush);
71 static block_state deflate_fast (deflate_state *s, int flush);
72 static block_state deflate_slow (deflate_state *s, int flush);
405 block_state bstate; in zlib_deflate()
853 static block_state deflate_stored( in deflate_stored()
912 static block_state deflate_fast( in deflate_fast()
1006 static block_state deflate_slow( in deflate_slow()
/linux-4.4.14/fs/gfs2/
Dtrace_gfs2.h476 u64 block, unsigned len, u8 block_state),
478 TP_ARGS(ip, rgd, block, len, block_state),
485 __field( u8, block_state )
496 __entry->block_state = block_state;
507 block_state_name(__entry->block_state),
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c76 enum block_state { enum
2214 enum block_state state; in _ctl_ioctl_main()