Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbtree_locking.c531 if (!is_btree_node(path, level)) in bch2_btree_node_upgrade()
865 BUG_ON(!is_btree_node(path, l) && have != BTREE_NODE_UNLOCKED); in bch2_btree_path_verify_locks()
867 BUG_ON(is_btree_node(path, l) && in bch2_btree_path_verify_locks()
H A Dbtree_locking.h21 static inline bool is_btree_node(struct btree_path *path, unsigned l) in is_btree_node() function
H A Dtrace.h643 __entry->node_lock_seq = is_btree_node(path, level)
707 __entry->node_lock_seq = is_btree_node(path, level)
H A Dbtree_iter.c1075 return is_btree_node(path, l) && in btree_path_good_node()
1374 if (!is_btree_node(path, l)) in bch2_btree_path_can_relock()
1399 if (!dup && !(!path->preserve && !is_btree_node(path, path->level))) in bch2_path_put()