Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_cache.h34 struct btree *__bch2_btree_node_mem_alloc(struct bch_fs *);
H A Dbtree_cache.c187 struct btree *__bch2_btree_node_mem_alloc(struct bch_fs *c) in __bch2_btree_node_mem_alloc() function
653 struct btree *b = __bch2_btree_node_mem_alloc(c); in bch2_fs_btree_cache_init()
H A Dbtree_node_scan.c232 b = __bch2_btree_node_mem_alloc(c); in read_btree_nodes_worker()
H A Ddebug.c153 c->verify_data = __bch2_btree_node_mem_alloc(c); in __bch2_btree_verify()