Searched refs:bch2_bkey_make_mut_noupdate (Results 1 – 11 of 11) sorted by relevance
| /fs/bcachefs/ |
| A D | btree_update.c | 46 update = bch2_bkey_make_mut_noupdate(trans, k); in extent_front_merge() 193 update = bch2_bkey_make_mut_noupdate(trans, old); in bch2_trans_update_extent_overwrite() 209 update = bch2_bkey_make_mut_noupdate(trans, old); in bch2_trans_update_extent_overwrite() 250 update = bch2_bkey_make_mut_noupdate(trans, old); in bch2_trans_update_extent_overwrite()
|
| A D | reflink.c | 321 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in trans_trigger_reflink_p_segment() 807 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in bch2_gc_write_reflink_key()
|
| A D | str_hash.c | 268 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in bch2_str_hash_repair_key()
|
| A D | btree_update.h | 297 static __always_inline struct bkey_i *bch2_bkey_make_mut_noupdate(struct btree_trans *trans, struct… in bch2_bkey_make_mut_noupdate() function
|
| A D | io_misc.c | 469 copy = bch2_bkey_make_mut_noupdate(trans, k); in __bch2_resume_logged_op_finsert()
|
| A D | data_update.c | 697 n = bch2_bkey_make_mut_noupdate(trans, k); in bch2_extent_drop_ptrs()
|
| A D | recovery.c | 223 new = bch2_bkey_make_mut_noupdate(trans, bkey_i_to_s_c(k->k)); in bch2_journal_replay_accounting_key()
|
| A D | backpointers.c | 457 struct bkey_i *n = bch2_bkey_make_mut_noupdate(trans, extent); in drop_dev_and_update()
|
| A D | buckets.c | 297 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in bch2_check_fix_ptrs()
|
| A D | io_write.c | 1234 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in bch2_nocow_write_convert_one_unwritten()
|
| A D | snapshot.c | 1495 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in delete_dead_snapshots_process_key()
|
Completed in 37 milliseconds