Searched refs:bch2_btree_node_lock_counts (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/fs/bcachefs/ |
D | btree_locking.c | 19 struct six_lock_count bch2_btree_node_lock_counts(struct btree_trans *trans, in bch2_btree_node_lock_counts() function 421 int readers = bch2_btree_node_lock_counts(trans, NULL, b, b->level).n[SIX_LOCK_read]; in __bch2_btree_node_lock_write() 746 bch2_btree_node_lock_counts(trans, NULL, &f->b->c, f->l); in bch2_trans_relock_fail()
|
D | btree_locking.h | 435 struct six_lock_count bch2_btree_node_lock_counts(struct btree_trans *,
|
D | trace.h | 606 c = bch2_btree_node_lock_counts(trans, NULL, &path->l[level].b->c, level); 676 c = bch2_btree_node_lock_counts(trans, NULL, &path->l[level].b->c, level),
|