Home
last modified time | relevance | path

Searched refs:bch2_btree_path_relock_norestart (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/fs/bcachefs/
Dbtree_locking.c594 bool bch2_btree_path_relock_norestart(struct btree_trans *trans, struct btree_path *path) in bch2_btree_path_relock_norestart() function
606 if (!bch2_btree_path_relock_norestart(trans, path)) { in __bch2_btree_path_relock()
Dbtree_locking.h340 bool bch2_btree_path_relock_norestart(struct btree_trans *, struct btree_path *);
Dbtree_iter.c1421 ? bch2_btree_path_relock_norestart(trans, dup) in bch2_path_put()