Home
last modified time | relevance | path

Searched refs:bch2_fs_topology_error (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Derror.h65 int bch2_fs_topology_error(struct bch_fs *, const char *, ...);
H A Dbtree_cache.c910 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 Derror.c110 int bch2_fs_topology_error(struct bch_fs *c, const char *fmt, ...) in bch2_fs_topology_error() function