/external/e2fsprogs/e2fsck/ |
D | recovery.c | 248 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 …]
|
D | revoke.c | 401 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()
|
D | journal.c | 296 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() 637 jbd_debug(1, "%s: %s, ino %u, parent %u\n", in tl_to_darg() 884 jbd_debug(1, "Error %d while reading bitmaps\n", ret); in ext4_fc_replay() 909 jbd_debug(3, "Replay phase processing %s tag\n", in ext4_fc_replay() 944 jbd_debug(1, "End of fast commit replay\n"); in ext4_fc_replay()
|
D | unix.c | 825 char *jbd_debug; in PRS() local 1150 jbd_debug = getenv("E2FSCK_JBD_DEBUG"); in PRS() 1151 if (jbd_debug) { in PRS() 1152 res = sscanf(jbd_debug, "%d", &journal_enable_debug); in PRS() 1156 jbd_debug); in PRS()
|
/external/e2fsprogs/debugfs/ |
D | recovery.c | 248 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 …]
|
D | revoke.c | 401 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()
|
D | debugfs.c | 2558 char *jbd_debug; in main() local 2572 jbd_debug = ss_safe_getenv("DEBUGFS_JBD_DEBUG"); in main() 2573 if (jbd_debug) { in main() 2574 int res = sscanf(jbd_debug, "%d", &journal_enable_debug); in main() 2579 jbd_debug); in main()
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-jbd.h | 21 #define jfs_debug jbd_debug 42 #define jbd_debug(n, f, a...) \ macro 51 #define jbd_debug(x) /* AIX doesn't do STDC */ macro
|