Searched refs:block_dump (Results 1 – 7 of 7) sorted by relevance
135 extern int block_dump;
103 gather information by setting the flag /proc/sys/vm/block_dump. When this flag107 block_dump is written to the kernel output, and it can be retrieved using108 "dmesg". When you use block_dump and your kernel logging level also includes110 the output of block_dump will be logged, causing disk activity that is not
22 - block_dump94 block_dump96 block_dump enables block I/O debugging when set to a nonzero value. More
1391 .data = &block_dump,1392 .maxlen = sizeof(block_dump),
1283 if (unlikely(block_dump)) in __mark_inode_dirty()
113 int block_dump; variable
1988 if (unlikely(block_dump)) { in submit_bio()