Home
last modified time | relevance | path

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

/linux-6.15/fs/jbd2/
H A Drecovery.c246 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()
312 jbd2_debug(1, "JBD2: recovery, exit status %d, " 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()
693 jbd2_debug(3, "Found magic %d, sequence %d\n", in do_one_pass()
719 jbd2_debug(1, in do_one_pass()
[all …]
H A Dcommit.c389 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()
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()
801 jbd2_debug(3, "JBD2: commit phase 3\n"); in jbd2_journal_commit_transaction()
844 jbd2_debug(3, "JBD2: commit phase 4\n"); in jbd2_journal_commit_transaction()
868 jbd2_debug(3, "JBD2: commit phase 5\n"); in jbd2_journal_commit_transaction()
907 jbd2_debug(3, "JBD2: commit phase 6\n"); in jbd2_journal_commit_transaction()
[all …]
H A Djournal.c55 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()
1081 jbd2_debug(1, in __jbd2_update_log_tail()
2378 jbd2_debug(1, "Clear features 0x%lx/0x%lx/0x%lx\n", in jbd2_journal_clear_features()
[all …]
H A DKconfig31 with "echo N > /sys/module/jbd2/parameters/jbd2_debug", where N is a
34 "echo 0 > /sys/module/jbd2/parameters/jbd2_debug".
H A Dtransaction.c357 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()
1273 jbd2_debug(5, "journal_head %p\n", jh); in jbd2_journal_get_create_access()
1496 jbd2_debug(5, "journal_head %p\n", jh); in jbd2_journal_dirty_metadata()
1829 jbd2_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1, in jbd2_journal_stop()
1849 jbd2_debug(4, "Handle %p going down\n", handle); in jbd2_journal_stop()
[all …]
H A Drevoke.c403 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 Dcheckpoint.c162 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()
716 jbd2_debug(1, "Dropping transaction %d, all done\n", transaction->t_tid); in __jbd2_journal_drop_transaction()
/linux-6.15/include/linux/
H A Djbd2.h60 #define jbd2_debug(n, fmt, a...) \ macro
63 #define jbd2_debug(n, fmt, a...) no_printk(fmt, ##a) macro