Home
last modified time | relevance | path

Searched refs:bch2_bkey_make_mut_noupdate (Results 1 – 12 of 12) sorted by relevance

/linux/fs/bcachefs/
H A Dbtree_update.c44 update = bch2_bkey_make_mut_noupdate(trans, k); in extent_front_merge()
212 update = bch2_bkey_make_mut_noupdate(trans, old); in bch2_trans_update_extent_overwrite()
228 update = bch2_bkey_make_mut_noupdate(trans, old); in bch2_trans_update_extent_overwrite()
269 update = bch2_bkey_make_mut_noupdate(trans, old); in bch2_trans_update_extent_overwrite()
H A Dbtree_update.h236 static inline struct bkey_i *bch2_bkey_make_mut_noupdate(struct btree_trans *trans, struct bkey_s_c… in bch2_bkey_make_mut_noupdate() function
H A Dio_misc.c421 copy = bch2_bkey_make_mut_noupdate(trans, k); in __bch2_resume_logged_op_finsert()
H A Dreflink.c179 struct bkey_i *update = bch2_bkey_make_mut_noupdate(trans, p.s_c); in gc_trigger_reflink_p_segment()
H A Ddata_update.c566 n = bch2_bkey_make_mut_noupdate(trans, k); in bch2_extent_drop_ptrs()
H A Dsnapshot.c1424 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in delete_dead_snapshots_process_key()
1777 new = bch2_bkey_make_mut_noupdate(trans, interior_k); in bch2_propagate_key_to_snapshot_leaf()
H A Drecovery.c161 new = bch2_bkey_make_mut_noupdate(trans, bkey_i_to_s_c(k->k)); in bch2_journal_replay_accounting_key()
H A Dbackpointers.c444 struct bkey_i *n = bch2_bkey_make_mut_noupdate(trans, extent); in drop_dev_and_update()
H A Dbuckets.c269 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in bch2_check_fix_ptrs()
H A Dbtree_gc.c965 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in bch2_gc_write_reflink_key()
H A Dio_write.c1137 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in bch2_nocow_write_convert_one_unwritten()
H A Dfsck.c796 tmp = bch2_bkey_make_mut_noupdate(trans, k); in hash_redo_key()