Home
last modified time | relevance | path

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

/linux-6.14.4/fs/bcachefs/
Dsb-counters_format.h30 x(btree_node_alloc, 19, TYPE_COUNTER) \
Dtrace.h509 DEFINE_EVENT(btree_node, btree_node_alloc,
Dbtree_update_interior.c412 trace_and_count(c, btree_node_alloc, trans, b); in bch2_btree_node_alloc()
/linux-6.14.4/lib/
Dbtree.c92 static unsigned long *btree_node_alloc(struct btree_head *head, gfp_t gfp) in btree_node_alloc() function
414 node = btree_node_alloc(head, gfp); in btree_grow()
468 new = btree_node_alloc(head, gfp); in btree_insert_level()