Searched refs:bch2_fs_fatal_error (Results 1 – 7 of 7) sorted by relevance
/linux/fs/bcachefs/ |
H A D | error.h | 207 #define bch2_fs_fatal_error(c, _msg, ...) \ macro 218 bch2_fs_fatal_error(c, __VA_ARGS__); \
|
H A D | logged_ops.c | 112 bch2_fs_fatal_error(c, "deleting logged operation %s: %s", in bch2_logged_op_finish()
|
H A D | super-io.c | 1017 bch2_fs_fatal_error(c, ": %s", buf.buf); in bch2_write_super() 1045 bch2_fs_fatal_error(c, "%s", buf.buf); in bch2_write_super() 1058 bch2_fs_fatal_error(c, "%s", buf.buf); in bch2_write_super()
|
H A D | journal_io.c | 1841 bch2_fs_fatal_error(c, "flushing journal keys to btree write buffer: %s", in bch2_journal_write_prep() 1855 bch2_fs_fatal_error(c, "error flushing journal keys to btree write buffer: %s", in bch2_journal_write_prep() 1885 …bch2_fs_fatal_error(c, ": journal write overran available space, %zu > %u (extra %u reserved %u/%u… in bch2_journal_write_prep()
|
H A D | debug.c | 174 bch2_fs_fatal_error(c, ": btree node verify failed for: %s\n", buf.buf); in __bch2_btree_verify()
|
H A D | btree_trans_commit.c | 829 bch2_fs_fatal_error(c, "fatal error in transaction commit: %s", bch2_err_str(ret)); in bch2_trans_commit_write_locked()
|
H A D | btree_iter.c | 940 bch2_fs_fatal_error(c, "%s", buf.buf); in btree_path_down()
|