Home
last modified time | relevance | path

Searched refs:hammer_debug_io (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_redo.c327 if (hammer_debug_io & 0x0004) { in hammer_generate_redo_sync()
H A Dhammer_vfsops.c44 int hammer_debug_io; variable
112 &hammer_debug_io, 0, "");
H A Dhammer_io.c403 if ((hammer_debug_io & 0x0001) && (bp->b_flags & B_IOISSUED)) { in hammer_io_read()
771 if (hammer_debug_io & 0x0002) in hammer_io_flush()
H A Dhammer_ondisk.c891 if (hammer_debug_io & 0x0004) { in hammer_load_buffer()
H A Dhammer.h914 extern int hammer_debug_io;
H A Dhammer_vnops.c431 if ((hammer_debug_io & 0x0001) && (bp->b_flags & B_IOISSUED)) { in hammer_vop_read()