Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_io.h122 void bch2_btree_sort_into(struct bch_fs *, struct btree *, struct btree *);
H A Dbtree_update_interior.c452 bch2_btree_sort_into(as->c, n, b); in bch2_btree_node_alloc_replacement()
2069 bch2_btree_sort_into(c, n, prev); in __bch2_foreground_maybe_merge()
2070 bch2_btree_sort_into(c, n, next); in __bch2_foreground_maybe_merge()
H A Dbtree_io.c384 void bch2_btree_sort_into(struct bch_fs *c, in bch2_btree_sort_into() function