Home
last modified time | relevance | path

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

/linux-6.12.1/fs/jbd2/
Drecovery.c251 jbd2_debug(3, "Fast commit replay: next block %ld\n", in fc_do_one_pass()
255 jbd2_debug(3, "Fast commit replay: read error\n"); in fc_do_one_pass()
270 jbd2_debug(3, "Fast commit replay failed, err = %d\n", err); in fc_do_one_pass()
303 jbd2_debug(1, "No recovery required, last transaction %d, head block %u\n", in jbd2_journal_recover()
316 jbd2_debug(1, "JBD2: recovery, exit status %d, " in jbd2_journal_recover()
319 jbd2_debug(1, "JBD2: Replayed %d and revoked %d/%d blocks\n", in jbd2_journal_recover()
326 jbd2_debug(1, "JBD2: last transaction %d, head block %lu\n", in jbd2_journal_recover()
376 jbd2_debug(1, in jbd2_journal_skip_recovery()
521 jbd2_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass()
547 jbd2_debug(2, "Scanning for sequence ID %u at %lu/%lu\n", in do_one_pass()
[all …]
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()
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()
703 jbd2_debug(4, "JBD2: Submit %d IOs\n", bufs); in jbd2_journal_commit_transaction()
807 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");
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()
470 jbd2_debug(1, "JBD2: requesting commit %u/%u\n", in __jbd2_log_start_commit()
675 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.c361 jbd2_debug(3, "New handle %p going live.\n", handle); in start_this_handle()
441 jbd2_debug(4, "Handle %p given %d credits (total %d, free %lu)\n", in start_this_handle()
662 jbd2_debug(3, "denied handle %p %d blocks: " in jbd2_journal_extend()
677 jbd2_debug(3, "denied handle %p %d blocks: " in jbd2_journal_extend()
695 jbd2_debug(3, "extended handle %p by %d\n", handle, nblocks); in jbd2_journal_extend()
783 jbd2_debug(2, "restarting handle %p\n", handle); in jbd2__journal_restart()
963 jbd2_debug(5, "journal_head %p, force_copy %d\n", jh, force_copy); in do_get_write_access()
1277 jbd2_debug(5, "journal_head %p\n", jh); in jbd2_journal_get_create_access()
1500 jbd2_debug(5, "journal_head %p\n", jh); in jbd2_journal_dirty_metadata()
1833 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.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.12.1/include/linux/
Djbd2.h60 #define jbd2_debug(n, fmt, a...) \ macro
63 #define jbd2_debug(n, fmt, a...) no_printk(fmt, ##a) macro