Home
last modified time | relevance | path

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

/linux-6.14.4/fs/bcachefs/
Dbtree_iter.h206 btree_path_idx_t __bch2_btree_path_make_mut(struct btree_trans *, btree_path_idx_t,
216 path = __bch2_btree_path_make_mut(trans, path, intent, ip); in bch2_btree_path_make_mut()
Dbtree_write_buffer.c166 iter->path = __bch2_btree_path_make_mut(trans, iter->path, true, _THIS_IP_); in wb_flush_one()
Dbtree_iter.c1272 btree_path_idx_t __bch2_btree_path_make_mut(struct btree_trans *trans, in __bch2_btree_path_make_mut() function