Searched refs:block_dump (Results 1 – 6 of 6) sorted by relevance
363 extern int block_dump;
105 gather information by setting the flag /proc/sys/vm/block_dump. When this flag109 block_dump is written to the kernel output, and it can be retrieved using110 "dmesg". When you use block_dump and your kernel logging level also includes112 the output of block_dump will be logged, causing disk activity that is not
28 - block_dump110 block_dump chapter113 block_dump enables block I/O debugging when set to a nonzero value. More
3009 .data = &block_dump,3010 .maxlen = sizeof(block_dump),
1105 if (unlikely(block_dump)) { in submit_bio()
117 int block_dump; variable