Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbtree_iter.h205 btree_path_idx_t __bch2_btree_path_make_mut(struct btree_trans *, btree_path_idx_t,
215 path = __bch2_btree_path_make_mut(trans, path, intent, ip); in bch2_btree_path_make_mut()
H A Dbtree_write_buffer.c166 iter->path = __bch2_btree_path_make_mut(trans, iter->path, true, _THIS_IP_); in wb_flush_one()
H A Dbtree_iter.c1258 btree_path_idx_t __bch2_btree_path_make_mut(struct btree_trans *trans, in __bch2_btree_path_make_mut() function