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
1084
jbd2_debug(3, "JBD2: commit phase 7\n");
fs/jbd2/commit.c
1126
jbd2_debug(1, "JBD2: commit %d complete, head %d\n",
fs/jbd2/commit.c
389
jbd2_debug(3, "super block updated\n");
fs/jbd2/commit.c
402
jbd2_debug(3, "superblock not updated\n");
fs/jbd2/commit.c
434
jbd2_debug(1, "JBD2: starting commit of transaction %d\n",
fs/jbd2/commit.c
507
jbd2_debug(3, "JBD2: commit phase 1\n");
fs/jbd2/commit.c
540
jbd2_debug(3, "JBD2: commit phase 2a\n");
fs/jbd2/commit.c
553
jbd2_debug(3, "JBD2: commit phase 2b\n");
fs/jbd2/commit.c
608
jbd2_debug(4, "JBD2: get descriptor\n");
fs/jbd2/commit.c
618
jbd2_debug(4, "JBD2: got buffer %llu (%p)\n",
fs/jbd2/commit.c
699
jbd2_debug(4, "JBD2: Submit %d IOs\n", bufs);
fs/jbd2/commit.c
801
jbd2_debug(3, "JBD2: commit phase 3\n");
fs/jbd2/commit.c
844
jbd2_debug(3, "JBD2: commit phase 4\n");
fs/jbd2/commit.c
868
jbd2_debug(3, "JBD2: commit phase 5\n");
fs/jbd2/commit.c
907
jbd2_debug(3, "JBD2: commit phase 6\n");
fs/jbd2/journal.c
1079
jbd2_debug(1,
fs/jbd2/journal.c
1680
jbd2_debug(1, "JBD2: inode %s/%ld, size %lld, bits %d, blksize %ld\n",
fs/jbd2/journal.c
1758
jbd2_debug(1, "JBD2: Skipping superblock update on recovered sb "
fs/jbd2/journal.c
1868
jbd2_debug(1, "JBD2: updating superblock (start %lu, seq %u)\n",
fs/jbd2/journal.c
1908
jbd2_debug(1, "JBD2: Marking journal as empty (seq %u)\n",
fs/jbd2/journal.c
194
jbd2_debug(1, "commit_sequence=%u, commit_request=%u\n",
fs/jbd2/journal.c
198
jbd2_debug(1, "OK, requests differ\n");
fs/jbd2/journal.c
2049
jbd2_debug(1, "JBD2: updating superblock error (errno %d)\n", errcode);
fs/jbd2/journal.c
213
jbd2_debug(1, "Now suspending kjournald2\n");
fs/jbd2/journal.c
2323
jbd2_debug(1, "Setting new features 0x%lx/0x%lx/0x%lx\n",
fs/jbd2/journal.c
236
jbd2_debug(1, "kjournald2 wakes\n");
fs/jbd2/journal.c
2385
jbd2_debug(1, "Clear features 0x%lx/0x%lx/0x%lx\n",
fs/jbd2/journal.c
244
jbd2_debug(1, "woke because of timeout\n");
fs/jbd2/journal.c
252
jbd2_debug(1, "Journal thread exiting.\n");
fs/jbd2/journal.c
2845
jbd2_debug(1, "out of memory for journal_head\n");
fs/jbd2/journal.c
464
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
679
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
432
jbd2_debug(4, "journal_head %p, cancelling revoke\n", jh);
fs/jbd2/revoke.c
448
jbd2_debug(4, "cancelled existing revoke on "
fs/jbd2/revoke.c
563
jbd2_debug(1, "Wrote %d revoke records\n", count);
fs/jbd2/transaction.c
1274
jbd2_debug(5, "journal_head %p\n", jh);
fs/jbd2/transaction.c
1506
jbd2_debug(5, "journal_head %p\n", jh);
fs/jbd2/transaction.c
1845
jbd2_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1,
fs/jbd2/transaction.c
1865
jbd2_debug(4, "Handle %p going down\n", handle);
fs/jbd2/transaction.c
1943
jbd2_debug(2, "transaction too old, requesting commit for "
fs/jbd2/transaction.c
2654
jbd2_debug(4, "Adding inode %lu, 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
658
jbd2_debug(3, "denied handle %p %d blocks: "
fs/jbd2/transaction.c
673
jbd2_debug(3, "denied handle %p %d blocks: "
fs/jbd2/transaction.c
691
jbd2_debug(3, "extended handle %p by %d\n", handle, nblocks);
fs/jbd2/transaction.c
779
jbd2_debug(2, "restarting handle %p\n", handle);
fs/jbd2/transaction.c
959
jbd2_debug(5, "journal_head %p, force_copy %d\n", jh, force_copy);