Searched refs:bch2_journal_log_msg (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | recovery.c | 119 bch2_journal_log_msg(c, "dropping alloc info"); in bch2_reconstruct_alloc() 321 ret = bch2_journal_log_msg(c, "Starting journal replay (%zu keys in entries %llu-%llu)", in bch2_journal_replay() 448 bch2_journal_log_msg(c, "journal replay finished"); in bch2_journal_replay() 906 ret = bch2_journal_log_msg(c, "blacklisting entries %llu-%llu", in bch2_fs_recovery() 916 ret = bch2_journal_log_msg(c, "starting journal at entry %llu, replaying %llu-%llu", in bch2_fs_recovery()
|
| H A D | btree_update.h | 176 __printf(2, 3) int bch2_journal_log_msg(struct bch_fs *, const char *, ...);
|
| H A D | btree_update.c | 912 int bch2_journal_log_msg(struct bch_fs *c, const char *fmt, ...) in bch2_journal_log_msg() function
|