Searched refs:bch2_fs_topology_error (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | error.h | 60 int bch2_fs_topology_error(struct bch_fs *, const char *, ...);
|
| H A D | btree_cache.c | 910 int ret = bch2_fs_topology_error(c, "attempting to get btree node at level %u, >= max depth %u", in bch2_btree_node_fill() 919 …int ret = bch2_fs_topology_error(c, "attempting to get btree node with non-btree key %s", buf.buf); in bch2_btree_node_fill() 928 int ret = bch2_fs_topology_error(c, "attempting to get btree node with too big key %s", buf.buf); in bch2_btree_node_fill() 1023 bch2_fs_topology_error(c, "%s", buf.buf); in btree_bad_header()
|
| H A D | error.c | 112 int bch2_fs_topology_error(struct bch_fs *c, const char *fmt, ...) in bch2_fs_topology_error() function
|
| H A D | btree_iter.c | 899 ret = bch2_fs_topology_error(c, "%s", buf.buf); in btree_node_iter_and_journal_peek()
|