Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd/
Drecovery.c241 jbd_debug(1, "No recovery required, last transaction %d\n", in journal_recover()
253 jbd_debug(1, "JBD: recovery, exit status %d, " in journal_recover()
256 jbd_debug(1, "JBD: Replayed %d and revoked %d/%d blocks\n", in journal_recover()
306 jbd_debug(1, in journal_skip_recovery()
343 jbd_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass()
369 jbd_debug(2, "Scanning for sequence ID %u at %u/%u\n", in do_one_pass()
376 jbd_debug(3, "JBD: checking block %u\n", next_log_block); in do_one_pass()
399 jbd_debug(3, "Found magic %d, sequence %d\n", in do_one_pass()
534 jbd_debug(3, "Unrecognised magic %d, end of scan.\n", in do_one_pass()
Dcommit.c324 jbd_debug(3, "super block updated\n"); in journal_commit_transaction()
336 jbd_debug(3, "superblock not updated\n"); in journal_commit_transaction()
345 jbd_debug(1, "JBD: starting commit of transaction %d\n", in journal_commit_transaction()
416 jbd_debug (3, "JBD: commit phase 1\n"); in journal_commit_transaction()
438 jbd_debug (3, "JBD: commit phase 2\n"); in journal_commit_transaction()
518 jbd_debug (3, "JBD: commit phase 3\n"); in journal_commit_transaction()
565 jbd_debug(4, "JBD: get descriptor\n"); in journal_commit_transaction()
574 jbd_debug(4, "JBD: got buffer %llu (%p)\n", in journal_commit_transaction()
664 jbd_debug(4, "JBD: Submit %d IOs\n", bufs); in journal_commit_transaction()
713 jbd_debug(3, "JBD: commit phase 4\n"); in journal_commit_transaction()
[all …]
Djournal.c168 jbd_debug(1, "commit_sequence=%d, commit_request=%d\n", in kjournald()
172 jbd_debug(1, "OK, requests differ\n"); in kjournald()
187 jbd_debug(1, "Now suspending kjournald\n"); in kjournald()
217 jbd_debug(1, "kjournald wakes\n"); in kjournald()
225 jbd_debug(1, "woke because of timeout\n"); in kjournald()
234 jbd_debug(1, "Journal thread exiting.\n"); in kjournald()
474 jbd_debug(1, "JBD: requesting commit %d/%d\n", in __log_start_commit()
596 jbd_debug(1, "JBD: want %d, j_commit_sequence=%d\n", in log_wait_commit()
862 jbd_debug(1, in journal_init_inode()
959 jbd_debug(1,"JBD: Skipping superblock update on recovered sb " in journal_reset()
[all …]
Dtransaction.c110 jbd_debug(3, "New handle %p going live.\n", handle); in start_this_handle()
177 jbd_debug(2, "Handle %p starting new commit...\n", handle); in start_this_handle()
214 jbd_debug(2, "Handle %p waiting for checkpoint...\n", handle); in start_this_handle()
227 jbd_debug(4, "Handle %p given %d credits (total %d, free %d)\n", in start_this_handle()
337 jbd_debug(3, "denied handle %p %d blocks: " in journal_extend()
346 jbd_debug(3, "denied handle %p %d blocks: " in journal_extend()
352 jbd_debug(3, "denied handle %p %d blocks: " in journal_extend()
361 jbd_debug(3, "extended handle %p by %d\n", handle, nblocks); in journal_extend()
413 jbd_debug(2, "restarting handle %p\n", handle); in journal_restart()
535 jbd_debug(5, "journal_head %p, force_copy %d\n", jh, force_copy); in do_get_write_access()
[all …]
Drevoke.c162 jbd_debug(1, "ENOMEM in %s, retrying\n", __func__); in insert_revoke_hash()
401 jbd_debug(2, "insert revoke for block %u, bh_in=%p\n", blocknr, bh_in); in journal_revoke()
431 jbd_debug(4, "journal_head %p, cancelling revoke\n", jh); in journal_cancel_revoke()
447 jbd_debug(4, "cancelled existing revoke on " in journal_cancel_revoke()
563 jbd_debug(1, "Wrote %d revoke records\n", count); in journal_write_revoke_records()
Dcheckpoint.c361 jbd_debug(1, "Start checkpoint\n"); in log_do_checkpoint()
370 jbd_debug(1, "cleanup_journal_tail returned %d\n", result); in log_do_checkpoint()
532 jbd_debug(1, in cleanup_journal_tail()
780 jbd_debug(1, "Dropping transaction %d, all done\n", transaction->t_tid); in __journal_drop_transaction()
/linux-4.1.27/fs/jbd2/
Dcommit.c412 jbd_debug(3, "super block updated\n"); in jbd2_journal_commit_transaction()
426 jbd_debug(3, "superblock not updated\n"); in jbd2_journal_commit_transaction()
435 jbd_debug(1, "JBD2: starting commit of transaction %d\n", in jbd2_journal_commit_transaction()
516 jbd_debug(3, "JBD2: commit phase 1\n"); in jbd2_journal_commit_transaction()
548 jbd_debug(3, "JBD2: commit phase 2a\n"); in jbd2_journal_commit_transaction()
562 jbd_debug(3, "JBD2: commit phase 2b\n"); in jbd2_journal_commit_transaction()
619 jbd_debug(4, "JBD2: get descriptor\n"); in jbd2_journal_commit_transaction()
627 jbd_debug(4, "JBD2: got buffer %llu (%p)\n", in jbd2_journal_commit_transaction()
718 jbd_debug(4, "JBD2: Submit %d IOs\n", bufs); in jbd2_journal_commit_transaction()
821 jbd_debug(3, "JBD2: commit phase 3\n"); in jbd2_journal_commit_transaction()
[all …]
Drecovery.c265 jbd_debug(1, "No recovery required, last transaction %d\n", in jbd2_journal_recover()
277 jbd_debug(1, "JBD2: recovery, exit status %d, " in jbd2_journal_recover()
280 jbd_debug(1, "JBD2: Replayed %d and revoked %d/%d blocks\n", in jbd2_journal_recover()
330 jbd_debug(1, in jbd2_journal_skip_recovery()
450 jbd_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass()
476 jbd_debug(2, "Scanning for sequence ID %u at %lu/%lu\n", in do_one_pass()
483 jbd_debug(3, "JBD2: checking block %ld\n", next_log_block); in do_one_pass()
506 jbd_debug(3, "Found magic %d, sequence %d\n", in do_one_pass()
781 jbd_debug(3, "Unrecognised magic %d, end of scan.\n", in do_one_pass()
Dtransaction.c299 jbd_debug(3, "New handle %p going live.\n", handle); in start_this_handle()
366 jbd_debug(4, "Handle %p given %d credits (total %d, free %lu)\n", in start_this_handle()
564 jbd_debug(3, "denied handle %p %d blocks: " in jbd2_journal_extend()
574 jbd_debug(3, "denied handle %p %d blocks: " in jbd2_journal_extend()
582 jbd_debug(3, "denied handle %p %d blocks: " in jbd2_journal_extend()
598 jbd_debug(3, "extended handle %p by %d\n", handle, nblocks); in jbd2_journal_extend()
657 jbd_debug(2, "restarting handle %p\n", handle); in jbd2__journal_restart()
790 jbd_debug(5, "journal_head %p, force_copy %d\n", jh, force_copy); in do_get_write_access()
1050 jbd_debug(5, "journal_head %p\n", jh); in jbd2_journal_get_create_access()
1273 jbd_debug(5, "journal_head %p\n", jh); in jbd2_journal_dirty_metadata()
[all …]
Drevoke.c161 jbd_debug(1, "ENOMEM in %s, retrying\n", __func__); in insert_revoke_hash()
398 jbd_debug(2, "insert revoke for block %llu, bh_in=%p\n",blocknr, bh_in); in jbd2_journal_revoke()
428 jbd_debug(4, "journal_head %p, cancelling revoke\n", jh); in jbd2_journal_cancel_revoke()
444 jbd_debug(4, "cancelled existing revoke on " in jbd2_journal_cancel_revoke()
562 jbd_debug(1, "Wrote %d revoke records\n", count); in jbd2_journal_write_revoke_records()
Djournal.c216 jbd_debug(1, "commit_sequence=%d, commit_request=%d\n", in kjournald2()
220 jbd_debug(1, "OK, requests differ\n"); in kjournald2()
235 jbd_debug(1, "Now suspending kjournald2\n"); in kjournald2()
265 jbd_debug(1, "kjournald2 wakes\n"); in kjournald2()
273 jbd_debug(1, "woke because of timeout\n"); in kjournald2()
282 jbd_debug(1, "Journal thread exiting.\n"); in kjournald2()
522 jbd_debug(1, "JBD2: requesting commit %d/%d\n", in __jbd2_log_start_commit()
711 jbd_debug(1, "JBD2: want %d, j_commit_sequence=%d\n", in jbd2_log_wait_commit()
911 jbd_debug(1, in __jbd2_update_log_tail()
1219 jbd_debug(1, in jbd2_journal_init_inode()
[all …]
Dcheckpoint.c216 jbd_debug(1, "Start checkpoint\n"); in jbd2_log_do_checkpoint()
225 jbd_debug(1, "cleanup_journal_tail returned %d\n", result); in jbd2_log_do_checkpoint()
670 jbd_debug(1, "Dropping transaction %d, all done\n", transaction->t_tid); in __jbd2_journal_drop_transaction()
/linux-4.1.27/include/linux/
Djbd.h23 #define jfs_debug jbd_debug
63 #define jbd_debug(n, fmt, a...) \ macro
66 #define jbd_debug(n, fmt, a...) /**/ macro
Djbd2.h62 #define jbd_debug(n, fmt, a...) \ macro
65 #define jbd_debug(n, fmt, a...) /**/ macro
/linux-4.1.27/fs/ext4/
Dext4_jbd2.c195 jbd_debug(4, "forgetting bh %p: is_metadata = %d, mode %o, " in __ext4_forget()
Dindirect.c455 jbd_debug(5, "splicing indirect only\n"); in ext4_splice_branch()
465 jbd_debug(5, "splicing direct\n"); in ext4_splice_branch()
Dballoc.c604 jbd_debug(1, "%s: retrying operation after ENOSPC\n", sb->s_id); in ext4_should_retry_alloc()
Dnamei.c2904 jbd_debug(4, "superblock will point to %lu\n", inode->i_ino); in ext4_orphan_add()
2905 jbd_debug(4, "orphan inode %lu will point to %d\n", in ext4_orphan_add()
2940 jbd_debug(4, "remove inode %lu from orphan list\n", inode->i_ino); in ext4_orphan_del()
2956 jbd_debug(4, "superblock will point to %u\n", ino_next); in ext4_orphan_del()
2971 jbd_debug(4, "orphan inode %lu will point to %u\n", in ext4_orphan_del()
Dsuper.c2182 jbd_debug(4, "no orphan inodes to clean up\n"); in ext4_orphan_cleanup()
2206 jbd_debug(1, "Skipping orphan recovery on fs with errors.\n"); in ext4_orphan_cleanup()
2245 jbd_debug(2, "truncating inode %lu to %lld bytes\n", in ext4_orphan_cleanup()
2257 jbd_debug(2, "deleting unreferenced inode %lu\n", in ext4_orphan_cleanup()
4407 jbd_debug(2, "Journal inode found at %p: %lld bytes\n", in ext4_get_journal()
Dinode.c169 jbd_debug(2, "restarting handle %p\n", handle); in ext4_truncate_restart_trans()
4622 jbd_debug(1, "called recursively, non-PF_MEMALLOC!\n"); in ext4_write_inode()
/linux-4.1.27/fs/ext3/
Dsuper.c1526 jbd_debug(4, "no orphan inodes to clean up\n"); in ext3_orphan_cleanup()
1546 jbd_debug(1, "Errors on filesystem, " in ext3_orphan_cleanup()
1550 jbd_debug(1, "Skipping orphan recovery on fs with errors.\n"); in ext3_orphan_cleanup()
1588 jbd_debug(2, "truncating inode %lu to %Ld bytes\n", in ext3_orphan_cleanup()
1596 jbd_debug(2, "deleting unreferenced inode %lu\n", in ext3_orphan_cleanup()
2208 jbd_debug(2, "Journal inode found at %p: %Ld bytes\n", in ext3_get_journal()
Dinode.c68 jbd_debug(4, "forgetting bh %p: is_metadata = %d, mode %o, " in ext3_forget()
172 jbd_debug(2, "restarting handle %p\n", handle); in truncate_restart_transaction()
813 jbd_debug(5, "splicing indirect only\n"); in ext3_splice_branch()
823 jbd_debug(5, "splicing direct\n"); in ext3_splice_branch()
3208 jbd_debug(1, "called recursively, non-PF_MEMALLOC!\n"); in ext3_write_inode()
3484 jbd_debug(5, "marking dirty. outer handle=%p\n", in ext3_dirty_inode()
Dnamei.c2021 jbd_debug(4, "superblock will point to %lu\n", inode->i_ino); in ext3_orphan_add()
2022 jbd_debug(4, "orphan inode %lu will point to %d\n", in ext3_orphan_add()
2051 jbd_debug(4, "remove inode %lu from orphan list\n", inode->i_ino); in ext3_orphan_del()
2067 jbd_debug(4, "superblock will point to %lu\n", ino_next); in ext3_orphan_del()
2079 jbd_debug(4, "orphan inode %lu will point to %lu\n", in ext3_orphan_del()
Dballoc.c1467 jbd_debug(1, "%s: retrying operation after ENOSPC\n", sb->s_id); in ext3_should_retry_alloc()