Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbtree_io.h123 void bch2_btree_sort_into(struct bch_fs *, struct btree *, struct btree *);
H A Dbtree_update_interior.c449 bch2_btree_sort_into(as->c, n, b); in bch2_btree_node_alloc_replacement()
2099 bch2_btree_sort_into(c, n, prev); in __bch2_foreground_maybe_merge()
2100 bch2_btree_sort_into(c, n, next); in __bch2_foreground_maybe_merge()
H A Dbtree_io.c386 void bch2_btree_sort_into(struct bch_fs *c, in bch2_btree_sort_into() function