Searched refs:bch2_fs_topology_error (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | error.h | 36 #define bch2_fs_topology_error(c, ...) \ macro
|
| A D | btree_cache.c | 907 int ret = bch2_fs_topology_error(c, "attempting to get btree node at level %u, >= max depth %u", in bch2_btree_node_fill() 916 …int ret = bch2_fs_topology_error(c, "attempting to get btree node with non-btree key %s", buf.buf); in bch2_btree_node_fill() 925 int ret = bch2_fs_topology_error(c, "attempting to get btree node with too big key %s", buf.buf); in bch2_btree_node_fill() 1022 bch2_fs_topology_error(c, "%s", buf.buf); in btree_bad_header()
|
| A D | btree_iter.c | 893 ret = bch2_fs_topology_error(c, "%s", buf.buf); in btree_node_iter_and_journal_peek()
|
Completed in 15 milliseconds