Home
last modified time | relevance | path

Searched refs:jbd2_debug (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/fs/jbd2/
Drecovery.c253 jbd2_debug(3, "Fast commit replay: next block %ld\n", in fc_do_one_pass()
257 jbd2_debug(3, "Fast commit replay: read error\n"); in fc_do_one_pass()
272 jbd2_debug(3, "Fast commit replay failed, err = %d\n", err); in fc_do_one_pass()
306 jbd2_debug(1, "No recovery required, last transaction %d\n", in jbd2_journal_recover()
318 jbd2_debug(1, "JBD2: recovery, exit status %d, " in jbd2_journal_recover()
321 jbd2_debug(1, "JBD2: Replayed %d and revoked %d/%d blocks\n", in jbd2_journal_recover()
371 jbd2_debug(1, in jbd2_journal_skip_recovery()
493 jbd2_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass()
519 jbd2_debug(2, "Scanning for sequence ID %u at %lu/%lu\n", in do_one_pass()
528 jbd2_debug(3, "JBD2: checking block %ld\n", next_log_block); in do_one_pass()
[all …]
Dcommit.c422 jbd2_debug(3, "super block updated\n"); in jbd2_journal_commit_transaction()
436 jbd2_debug(3, "superblock not updated\n"); in jbd2_journal_commit_transaction()
468 jbd2_debug(1, "JBD2: starting commit of transaction %d\n", in jbd2_journal_commit_transaction()
541 jbd2_debug(3, "JBD2: commit phase 1\n"); in jbd2_journal_commit_transaction()
574 jbd2_debug(3, "JBD2: commit phase 2a\n"); in jbd2_journal_commit_transaction()
587 jbd2_debug(3, "JBD2: commit phase 2b\n"); in jbd2_journal_commit_transaction()
643 jbd2_debug(4, "JBD2: get descriptor\n"); in jbd2_journal_commit_transaction()
653 jbd2_debug(4, "JBD2: got buffer %llu (%p)\n", in jbd2_journal_commit_transaction()
738 jbd2_debug(4, "JBD2: Submit %d IOs\n", bufs); in jbd2_journal_commit_transaction()
840 jbd2_debug(3, "JBD2: commit phase 3\n"); in jbd2_journal_commit_transaction()
[all …]
Djournal.c54 module_param_named(jbd2_debug, jbd2_journal_enable_debug, ushort, 0644);
55 MODULE_PARM_DESC(jbd2_debug, "Debugging level for jbd2");
203 jbd2_debug(1, "commit_sequence=%u, commit_request=%u\n", in kjournald2()
207 jbd2_debug(1, "OK, requests differ\n"); in kjournald2()
222 jbd2_debug(1, "Now suspending kjournald2\n"); in kjournald2()
252 jbd2_debug(1, "kjournald2 wakes\n"); in kjournald2()
260 jbd2_debug(1, "woke because of timeout\n"); in kjournald2()
268 jbd2_debug(1, "Journal thread exiting.\n"); in kjournald2()
500 jbd2_debug(1, "JBD2: requesting commit %u/%u\n", in __jbd2_log_start_commit()
705 jbd2_debug(1, "JBD2: want %u, j_commit_sequence=%u\n", in jbd2_log_wait_commit()
[all …]
DKconfig33 with "echo N > /sys/module/jbd2/parameters/jbd2_debug", where N is a
36 "echo 0 > /sys/module/jbd2/parameters/jbd2_debug".
Dtransaction.c376 jbd2_debug(3, "New handle %p going live.\n", handle); in start_this_handle()
456 jbd2_debug(4, "Handle %p given %d credits (total %d, free %lu)\n", in start_this_handle()
677 jbd2_debug(3, "denied handle %p %d blocks: " in jbd2_journal_extend()
692 jbd2_debug(3, "denied handle %p %d blocks: " in jbd2_journal_extend()
710 jbd2_debug(3, "extended handle %p by %d\n", handle, nblocks); in jbd2_journal_extend()
798 jbd2_debug(2, "restarting handle %p\n", handle); in jbd2__journal_restart()
982 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()
1497 jbd2_debug(5, "journal_head %p\n", jh); in jbd2_journal_dirty_metadata()
1831 jbd2_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1, in jbd2_journal_stop()
[all …]
Drevoke.c401 jbd2_debug(2, "insert revoke for block %llu, bh_in=%p\n",blocknr, bh_in); in jbd2_journal_revoke()
431 jbd2_debug(4, "journal_head %p, cancelling revoke\n", jh); in jbd2_journal_cancel_revoke()
447 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()
Dcheckpoint.c206 jbd2_debug(1, "Start checkpoint\n"); in jbd2_log_do_checkpoint()
215 jbd2_debug(1, "cleanup_journal_tail returned %d\n", result); in jbd2_log_do_checkpoint()
807 jbd2_debug(1, "Dropping transaction %d, all done\n", transaction->t_tid); in __jbd2_journal_drop_transaction()
/Linux-v6.1/include/linux/
Djbd2.h60 #define jbd2_debug(n, fmt, a...) \ macro
63 #define jbd2_debug(n, fmt, a...) no_printk(fmt, ##a) macro