Symbol: jbd2_debug
fs/jbd2/checkpoint.c
162
jbd2_debug(1, "Start checkpoint\n");
fs/jbd2/checkpoint.c
171
jbd2_debug(1, "cleanup_journal_tail returned %d\n", result);
fs/jbd2/checkpoint.c
728
jbd2_debug(1, "Dropping transaction %d, all done\n", transaction->t_tid);
fs/jbd2/commit.c
1110
jbd2_debug(3, "JBD2: commit phase 7\n");
fs/jbd2/commit.c
1152
jbd2_debug(1, "JBD2: commit %d complete, head %d\n",
fs/jbd2/commit.c
417
jbd2_debug(3, "super block updated\n");
fs/jbd2/commit.c
430
jbd2_debug(3, "superblock not updated\n");
fs/jbd2/commit.c
462
jbd2_debug(1, "JBD2: starting commit of transaction %d\n",
fs/jbd2/commit.c
533
jbd2_debug(3, "JBD2: commit phase 1\n");
fs/jbd2/commit.c
566
jbd2_debug(3, "JBD2: commit phase 2a\n");
fs/jbd2/commit.c
579
jbd2_debug(3, "JBD2: commit phase 2b\n");
fs/jbd2/commit.c
634
jbd2_debug(4, "JBD2: get descriptor\n");
fs/jbd2/commit.c
644
jbd2_debug(4, "JBD2: got buffer %llu (%p)\n",
fs/jbd2/commit.c
725
jbd2_debug(4, "JBD2: Submit %d IOs\n", bufs);
fs/jbd2/commit.c
827
jbd2_debug(3, "JBD2: commit phase 3\n");
fs/jbd2/commit.c
870
jbd2_debug(3, "JBD2: commit phase 4\n");
fs/jbd2/commit.c
894
jbd2_debug(3, "JBD2: commit phase 5\n");
fs/jbd2/commit.c
933
jbd2_debug(3, "JBD2: commit phase 6\n");
fs/jbd2/journal.c
1077
jbd2_debug(1,
fs/jbd2/journal.c
1678
jbd2_debug(1, "JBD2: inode %s/%llu, size %lld, bits %d, blksize %ld\n",
fs/jbd2/journal.c
1756
jbd2_debug(1, "JBD2: Skipping superblock update on recovered sb "
fs/jbd2/journal.c
1864
jbd2_debug(1, "JBD2: updating superblock (start %lu, seq %u)\n",
fs/jbd2/journal.c
1904
jbd2_debug(1, "JBD2: Marking journal as empty (seq %u)\n",
fs/jbd2/journal.c
192
jbd2_debug(1, "commit_sequence=%u, commit_request=%u\n",
fs/jbd2/journal.c
196
jbd2_debug(1, "OK, requests differ\n");
fs/jbd2/journal.c
2045
jbd2_debug(1, "JBD2: updating superblock error (errno %d)\n", errcode);
fs/jbd2/journal.c
211
jbd2_debug(1, "Now suspending kjournald2\n");
fs/jbd2/journal.c
2313
jbd2_debug(1, "Setting new features 0x%lx/0x%lx/0x%lx\n",
fs/jbd2/journal.c
234
jbd2_debug(1, "kjournald2 wakes\n");
fs/jbd2/journal.c
2375
jbd2_debug(1, "Clear features 0x%lx/0x%lx/0x%lx\n",
fs/jbd2/journal.c
242
jbd2_debug(1, "woke because of timeout\n");
fs/jbd2/journal.c
250
jbd2_debug(1, "Journal thread exiting.\n");
fs/jbd2/journal.c
2733
jbd2_debug(1, "out of memory for journal_head\n");
fs/jbd2/journal.c
462
jbd2_debug(1, "JBD2: requesting commit %u/%u\n",
fs/jbd2/journal.c
54
module_param_named(jbd2_debug, jbd2_journal_enable_debug, ushort, 0644);
fs/jbd2/journal.c
55
MODULE_PARM_DESC(jbd2_debug, "Debugging level for jbd2");
fs/jbd2/journal.c
677
jbd2_debug(1, "JBD2: want %u, j_commit_sequence=%u\n",
fs/jbd2/recovery.c
246
jbd2_debug(3, "Fast commit replay: next block %ld\n",
fs/jbd2/recovery.c
250
jbd2_debug(3, "Fast commit replay: read error\n");
fs/jbd2/recovery.c
265
jbd2_debug(3, "Fast commit replay failed, err = %d\n", err);
fs/jbd2/recovery.c
299
jbd2_debug(1, "No recovery required, last transaction %d, head block %u\n",
fs/jbd2/recovery.c
312
jbd2_debug(1, "JBD2: recovery, exit status %d, "
fs/jbd2/recovery.c
315
jbd2_debug(1, "JBD2: Replayed %d and revoked %d/%d blocks\n",
fs/jbd2/recovery.c
322
jbd2_debug(1, "JBD2: last transaction %d, head block %lu\n",
fs/jbd2/recovery.c
378
jbd2_debug(1,
fs/jbd2/recovery.c
643
jbd2_debug(1, "Starting recovery pass %d\n", pass);
fs/jbd2/recovery.c
663
jbd2_debug(2, "Scanning for sequence ID %u at %lu/%lu\n",
fs/jbd2/recovery.c
670
jbd2_debug(3, "JBD2: checking block %ld\n", next_log_block);
fs/jbd2/recovery.c
693
jbd2_debug(3, "Found magic %d, sequence %d\n",
fs/jbd2/recovery.c
719
jbd2_debug(1,
fs/jbd2/recovery.c
815
jbd2_debug(1, "JBD2: Invalid checksum ignored in transaction %u, likely stale data\n",
fs/jbd2/recovery.c
895
jbd2_debug(1, "JBD2: invalid revoke block found in %lu\n",
fs/jbd2/recovery.c
907
jbd2_debug(3, "Unrecognised magic %d, end of scan.\n",
fs/jbd2/revoke.c
403
jbd2_debug(2, "insert revoke for block %llu, bh_in=%p\n",blocknr, bh_in);
fs/jbd2/revoke.c
433
jbd2_debug(4, "journal_head %p, cancelling revoke\n", jh);
fs/jbd2/revoke.c
449
jbd2_debug(4, "cancelled existing revoke on "
fs/jbd2/revoke.c
565
jbd2_debug(1, "Wrote %d revoke records\n", count);
fs/jbd2/transaction.c
1295
jbd2_debug(5, "journal_head %p\n", jh);
fs/jbd2/transaction.c
1537
jbd2_debug(5, "journal_head %p\n", jh);
fs/jbd2/transaction.c
1897
jbd2_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1,
fs/jbd2/transaction.c
1917
jbd2_debug(4, "Handle %p going down\n", handle);
fs/jbd2/transaction.c
1995
jbd2_debug(2, "transaction too old, requesting commit for "
fs/jbd2/transaction.c
2710
jbd2_debug(4, "Adding inode %llu, tid:%d\n", jinode->i_vfs_inode->i_ino,
fs/jbd2/transaction.c
357
jbd2_debug(3, "New handle %p going live.\n", handle);
fs/jbd2/transaction.c
437
jbd2_debug(4, "Handle %p given %d credits (total %d, free %lu)\n",
fs/jbd2/transaction.c
659
jbd2_debug(3, "denied handle %p %d blocks: "
fs/jbd2/transaction.c
674
jbd2_debug(3, "denied handle %p %d blocks: "
fs/jbd2/transaction.c
692
jbd2_debug(3, "extended handle %p by %d\n", handle, nblocks);
fs/jbd2/transaction.c
780
jbd2_debug(2, "restarting handle %p\n", handle);
fs/jbd2/transaction.c
960
jbd2_debug(5, "journal_head %p, force_copy %d\n", jh, force_copy);