Searched refs:bch2_btree_node_lock_counts (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | btree_locking.c | 18 struct six_lock_count bch2_btree_node_lock_counts(struct btree_trans *trans, in bch2_btree_node_lock_counts() function 408 int readers = bch2_btree_node_lock_counts(trans, NULL, b, b->level).n[SIX_LOCK_read]; in __bch2_btree_node_lock_write() 515 struct six_lock_count count = bch2_btree_node_lock_counts(trans, path, &b->c, level); in bch2_btree_node_upgrade() 747 bch2_btree_node_lock_counts(trans, NULL, &f->b->c, f->l); in bch2_trans_relock_fail()
|
D | btree_locking.h | 431 struct six_lock_count bch2_btree_node_lock_counts(struct btree_trans *,
|
D | trace.h | 582 c = bch2_btree_node_lock_counts(trans, NULL, &path->l[level].b->c, level); 652 c = bch2_btree_node_lock_counts(trans, NULL, &path->l[level].b->c, level),
|