Searched refs:block_state (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c69 * enum block_state - blocking state
76 enum block_state { enum
2657 enum block_state state;
/linux-master/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-master/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;
864 static block_state deflate_stored(
923 static block_state deflate_fast(
1017 static block_state deflate_slow(
H A Ddefutil.h349 } block_state; typedef in typeref:enum:__anon27
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c122 block_state *result
H A Ddfltcc_deflate.h11 block_state *result);

Completed in 276 milliseconds