Searched refs:bch2_trans_update_by_path (Results 1 – 1 of 1) sorted by relevance
/linux/fs/bcachefs/ |
H A D | btree_update.c | 29 bch2_trans_update_by_path(struct btree_trans *, btree_path_idx_t, 256 ret = bch2_trans_update_by_path(trans, iter->path, update, in bch2_trans_update_extent_overwrite() 359 ret = bch2_trans_update_by_path(trans, path_idx, i->k, flags, ip); in flush_new_cached_update() 366 bch2_trans_update_by_path(struct btree_trans *trans, btree_path_idx_t path_idx, in bch2_trans_update_by_path() function 531 return bch2_trans_update_by_path(trans, path_idx, k, flags, ip); in bch2_trans_update_ip()
|