Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_locking.c609 bool bch2_btree_path_relock_norestart(struct btree_trans *trans, struct btree_path *path) in bch2_btree_path_relock_norestart() function
619 if (!bch2_btree_path_relock_norestart(trans, path)) { in __bch2_btree_path_relock()
H A Dbtree_locking.h348 bool bch2_btree_path_relock_norestart(struct btree_trans *, struct btree_path *);
H A Dbtree_iter.c1424 ? bch2_btree_path_relock_norestart(trans, dup) in bch2_path_put()