Home
last modified time | relevance | path

Searched refs:__bch2_topology_error (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Derror.h58 int __bch2_topology_error(struct bch_fs *, struct printbuf *);
H A Derror.c98 int __bch2_topology_error(struct bch_fs *c, struct printbuf *out) in __bch2_topology_error() function
123 int ret = __bch2_topology_error(c, &buf); in bch2_fs_topology_error()
H A Dbtree_update_interior.c71 ret = __bch2_topology_error(c, &buf); in bch2_btree_node_check_topology()
80 ret = __bch2_topology_error(c, &buf); in bch2_btree_node_check_topology()
102 ret = __bch2_topology_error(c, &buf); in bch2_btree_node_check_topology()
122 ret = __bch2_topology_error(c, &buf); in bch2_btree_node_check_topology()
131 ret = __bch2_topology_error(c, &buf); in bch2_btree_node_check_topology()
2040 ret = __bch2_topology_error(c, &buf); in __bch2_foreground_maybe_merge()
H A Dbtree_io.c597 ret = __bch2_topology_error(c, &out); in __btree_err()