Home
last modified time | relevance | path

Searched refs:__btree_path_put (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbtree_iter.c1028 __btree_path_put(trans, &trans->paths[idx], false); in bch2_btree_path_traverse_all()
1256 __btree_path_put(trans, trans->paths + path, intent); in __bch2_btree_path_make_mut()
1384 if (!__btree_path_put(trans, path, intent)) in bch2_path_put()
1417 if (!__btree_path_put(trans, trans->paths + path, intent)) in bch2_path_put_nokeep()
3268 __btree_path_put(trans, trans->paths + i->path, true); in bch2_trans_put()
Dbtree_iter.h37 static inline bool __btree_path_put(struct btree_trans *trans, struct btree_path *path, bool intent) in __btree_path_put() function