Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/fs/gfs2/
Dtrace_gfs2.h550 u64 block, unsigned len, u8 block_state),
552 TP_ARGS(ip, rgd, block, len, block_state),
559 __field( u8, block_state )
570 __entry->block_state = block_state;
581 block_state_name(__entry->block_state),
/Linux-v4.19/drivers/block/zram/
DKconfig36 /sys/kernel/debug/zram/zramX/block_state.
/Linux-v4.19/Documentation/blockdev/
Dzram.txt252 /sys/kernel/debug/zram/zram0/block_state". The output is as follows,
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c76 enum block_state { enum
2345 enum block_state state; in _ctl_ioctl_main()