Searched refs:__bch2_topology_error (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | error.h | 58 int __bch2_topology_error(struct bch_fs *, struct printbuf *);
|
| H A D | error.c | 98 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 D | btree_update_interior.c | 71 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 D | btree_io.c | 597 ret = __bch2_topology_error(c, &out); in __btree_err()
|