Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Drecovery.c248 jbd_debug(3, "Fast commit replay: next block %ld\n", in fc_do_one_pass()
252 jbd_debug(3, "Fast commit replay: read error\n"); in fc_do_one_pass()
266 jbd_debug(3, "Fast commit replay failed, err = %d\n", err); in fc_do_one_pass()
300 jbd_debug(1, "No recovery required, last transaction %d\n", in jbd2_journal_recover()
312 jbd_debug(1, "JBD2: recovery, exit status %d, " in jbd2_journal_recover()
315 jbd_debug(1, "JBD2: Replayed %d and revoked %d/%d blocks\n", in jbd2_journal_recover()
365 jbd_debug(1, in jbd2_journal_skip_recovery()
487 jbd_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass()
513 jbd_debug(2, "Scanning for sequence ID %u at %lu/%lu\n", in do_one_pass()
522 jbd_debug(3, "JBD2: checking block %ld\n", next_log_block); in do_one_pass()
[all …]
Drevoke.c401 jbd_debug(2, "insert revoke for block %llu, bh_in=%p\n",blocknr, bh_in); in jbd2_journal_revoke()
431 jbd_debug(4, "journal_head %p, cancelling revoke\n", jh); in jbd2_journal_cancel_revoke()
447 jbd_debug(4, "cancelled existing revoke on " in jbd2_journal_cancel_revoke()
563 jbd_debug(1, "Wrote %d revoke records\n", count); in jbd2_journal_write_revoke_records()
Djournal.c296 jbd_debug(1, "Scan phase starting, expected %d", expected_tid); in ext4_fc_replay_scan()
302 jbd_debug(1, "Ending early!, not a head tag"); in ext4_fc_replay_scan()
317 jbd_debug(3, "Scan phase, tag:%s, blk %lld\n", in ext4_fc_replay_scan()
347 jbd_debug(1, "tail tid %d, expected %d\n", in ext4_fc_replay_scan()
635 jbd_debug(1, "%s: %s, ino %lu, parent %lu\n", in tl_to_darg()
872 jbd_debug(1, "Error %d while reading bitmaps\n", ret); in ext4_fc_replay()
897 jbd_debug(3, "Replay phase processing %s tag\n", in ext4_fc_replay()
932 jbd_debug(1, "End of fast commit replay\n"); in ext4_fc_replay()
Dunix.c824 char *jbd_debug; in PRS() local
1149 jbd_debug = getenv("E2FSCK_JBD_DEBUG"); in PRS()
1150 if (jbd_debug) { in PRS()
1151 res = sscanf(jbd_debug, "%d", &journal_enable_debug); in PRS()
1155 jbd_debug); in PRS()
/third_party/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h21 #define jfs_debug jbd_debug
42 #define jbd_debug(n, f, a...) \ macro
51 #define jbd_debug(x) /* AIX doesn't do STDC */ macro
/third_party/e2fsprogs/debugfs/
Ddebugfs.c2560 char *jbd_debug; in main() local
2574 jbd_debug = ss_safe_getenv("DEBUGFS_JBD_DEBUG"); in main()
2575 if (jbd_debug) { in main()
2576 int res = sscanf(jbd_debug, "%d", &journal_enable_debug); in main()
2581 jbd_debug); in main()