Searched refs:bch2_bkey_make_mut_noupdate (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | btree_update.c | 44 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 D | str_hash.c | 239 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, hash_k); in __bch2_str_hash_check_key()
|
| H A D | btree_update.h | 248 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 D | reflink.c | 318 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in trans_trigger_reflink_p_segment() 803 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in bch2_gc_write_reflink_key()
|
| H A D | io_misc.c | 442 copy = bch2_bkey_make_mut_noupdate(trans, k); in __bch2_resume_logged_op_finsert()
|
| H A D | data_update.c | 625 n = bch2_bkey_make_mut_noupdate(trans, k); in bch2_extent_drop_ptrs()
|
| H A D | recovery.c | 217 new = bch2_bkey_make_mut_noupdate(trans, bkey_i_to_s_c(k->k)); in bch2_journal_replay_accounting_key()
|
| H A D | buckets.c | 285 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in bch2_check_fix_ptrs()
|
| H A D | backpointers.c | 445 struct bkey_i *n = bch2_bkey_make_mut_noupdate(trans, extent); in drop_dev_and_update()
|
| H A D | io_write.c | 1218 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in bch2_nocow_write_convert_one_unwritten()
|
| H A D | snapshot.c | 1401 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in delete_dead_snapshots_process_key()
|