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