Searched refs:bch2_fs_fatal_error (Results 1 – 9 of 9) sorted by relevance
/linux/fs/bcachefs/ |
H A D | error.h | 193 #define bch2_fs_fatal_error(c, _msg, ...) \ macro 204 bch2_fs_fatal_error(c, __VA_ARGS__); \
|
H A D | logged_ops.c | 113 bch2_fs_fatal_error(c, "deleting logged operation %s: %s", in bch2_logged_op_finish()
|
H A D | super-io.c | 1113 bch2_fs_fatal_error(c, ": %s", buf.buf); in bch2_write_super() 1146 bch2_fs_fatal_error(c, "%s", buf.buf); in bch2_write_super() 1162 bch2_fs_fatal_error(c, "%s", buf.buf); in bch2_write_super()
|
H A D | journal_io.c | 1989 bch2_fs_fatal_error(c, "flushing journal keys to btree write buffer: %s", in bch2_journal_write_prep() 2003 bch2_fs_fatal_error(c, "error flushing journal keys to btree write buffer: %s", in bch2_journal_write_prep() 2032 …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 | 178 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 | 790 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_io.c | 2225 bch2_fs_fatal_error(c, "%s", buf.buf); in btree_node_write_work()
|
H A D | btree_update_interior.c | 1467 bch2_fs_fatal_error(as->c, "%ps -> %s(): check_topology error %s: inserted keys\n%s", in bch2_btree_insert_keys_interior()
|
H A D | btree_iter.c | 939 bch2_fs_fatal_error(c, "%s", buf.buf); in btree_node_missing_err()
|