| /linux/fs/jbd2/ |
| H A D | recovery.c | 246 jbd2_debug(3, "Fast commit replay: next block %ld\n", in fc_do_one_pass() 250 jbd2_debug(3, "Fast commit replay: read error\n"); in fc_do_one_pass() 265 jbd2_debug(3, "Fast commit replay failed, err = %d\n", err); in fc_do_one_pass() 299 jbd2_debug(1, "No recovery required, last transaction %d, head block %u\n", in jbd2_journal_recover() 312 jbd2_debug(1, "JBD2: recovery, exit status %d, " in jbd2_journal_recover() 315 jbd2_debug(1, "JBD2: Replayed %d and revoked %d/%d blocks\n", in jbd2_journal_recover() 322 jbd2_debug(1, "JBD2: last transaction %d, head block %lu\n", in jbd2_journal_recover() 378 jbd2_debug(1, in jbd2_journal_skip_recovery() 643 jbd2_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass() 663 jbd2_debug(2, "Scanning for sequence ID %u at %lu/%lu\n", in do_one_pass() [all …]
|
| H A D | commit.c | 389 jbd2_debug(3, "super block updated\n"); in jbd2_journal_commit_transaction() 402 jbd2_debug(3, "superblock not updated\n"); in jbd2_journal_commit_transaction() 434 jbd2_debug(1, "JBD2: starting commit of transaction %d\n", in jbd2_journal_commit_transaction() 507 jbd2_debug(3, "JBD2: commit phase 1\n"); in jbd2_journal_commit_transaction() 540 jbd2_debug(3, "JBD2: commit phase 2a\n"); in jbd2_journal_commit_transaction() 553 jbd2_debug(3, "JBD2: commit phase 2b\n"); in jbd2_journal_commit_transaction() 608 jbd2_debug(4, "JBD2: get descriptor\n"); in jbd2_journal_commit_transaction() 618 jbd2_debug(4, "JBD2: got buffer %llu (%p)\n", in jbd2_journal_commit_transaction() 699 jbd2_debug(4, "JBD2: Submit %d IOs\n", bufs); in jbd2_journal_commit_transaction() 801 jbd2_debug(3, "JBD2: commit phase 3\n"); in jbd2_journal_commit_transaction() [all …]
|
| H A D | journal.c | 54 module_param_named(jbd2_debug, jbd2_journal_enable_debug, ushort, 0644); 55 MODULE_PARM_DESC(jbd2_debug, "Debugging level for jbd2"); 194 jbd2_debug(1, "commit_sequence=%u, commit_request=%u\n", in kjournald2() 198 jbd2_debug(1, "OK, requests differ\n"); in kjournald2() 213 jbd2_debug(1, "Now suspending kjournald2\n"); in kjournald2() 236 jbd2_debug(1, "kjournald2 wakes\n"); in kjournald2() 244 jbd2_debug(1, "woke because of timeout\n"); in kjournald2() 252 jbd2_debug(1, "Journal thread exiting.\n"); in kjournald2() 464 jbd2_debug(1, "JBD2: requesting commit %u/%u\n", in __jbd2_log_start_commit() 679 jbd2_debug(1, "JBD2: want %u, j_commit_sequence=%u\n", in jbd2_log_wait_commit() [all …]
|
| H A D | transaction.c | 357 jbd2_debug(3, "New handle %p going live.\n", handle); in start_this_handle() 437 jbd2_debug(4, "Handle %p given %d credits (total %d, free %lu)\n", in start_this_handle() 658 jbd2_debug(3, "denied handle %p %d blocks: " in jbd2_journal_extend() 673 jbd2_debug(3, "denied handle %p %d blocks: " in jbd2_journal_extend() 691 jbd2_debug(3, "extended handle %p by %d\n", handle, nblocks); in jbd2_journal_extend() 779 jbd2_debug(2, "restarting handle %p\n", handle); in jbd2__journal_restart() 959 jbd2_debug(5, "journal_head %p, force_copy %d\n", jh, force_copy); in do_get_write_access() 1274 jbd2_debug(5, "journal_head %p\n", jh); in jbd2_journal_get_create_access() 1506 jbd2_debug(5, "journal_head %p\n", jh); in jbd2_journal_dirty_metadata() 1845 jbd2_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1, in jbd2_journal_stop() [all …]
|
| H A D | revoke.c | 403 jbd2_debug(2, "insert revoke for block %llu, bh_in=%p\n",blocknr, bh_in); in jbd2_journal_revoke() 432 jbd2_debug(4, "journal_head %p, cancelling revoke\n", jh); in jbd2_journal_cancel_revoke() 448 jbd2_debug(4, "cancelled existing revoke on " in jbd2_journal_cancel_revoke() 563 jbd2_debug(1, "Wrote %d revoke records\n", count); in jbd2_journal_write_revoke_records()
|
| H A D | Kconfig | 31 with "echo N > /sys/module/jbd2/parameters/jbd2_debug", where N is a 34 "echo 0 > /sys/module/jbd2/parameters/jbd2_debug".
|
| H A D | checkpoint.c | 162 jbd2_debug(1, "Start checkpoint\n"); in jbd2_log_do_checkpoint() 171 jbd2_debug(1, "cleanup_journal_tail returned %d\n", result); in jbd2_log_do_checkpoint() 728 jbd2_debug(1, "Dropping transaction %d, all done\n", transaction->t_tid); in __jbd2_journal_drop_transaction()
|
| /linux/include/linux/ |
| H A D | jbd2.h | 60 #define jbd2_debug(n, fmt, a...) \ macro 63 #define jbd2_debug(n, fmt, a...) no_printk(fmt, ##a) macro
|