Searched refs:bch2_fs_topology_error (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | error.h | 65 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 | 110 int bch2_fs_topology_error(struct bch_fs *c, const char *fmt, ...) in bch2_fs_topology_error() function
|