Searched refs:bch2_key_resize (Results 1 – 11 of 11) sorted by relevance
/linux/fs/bcachefs/ |
H A D | io_misc.c | 71 bch2_key_resize(&reservation->k, sectors); in bch2_extent_fallocate() 101 bch2_key_resize(&e->k, sectors); in bch2_extent_fallocate() 154 bch2_key_resize(&delete.k, max_sectors); in bch2_fpunch_snapshot() 211 bch2_key_resize(&delete.k, max_sectors); in bch2_fpunch_at()
|
H A D | reflink.c | 89 bch2_key_resize(l.k, l.k->size + r.k->size); in bch2_reflink_p_merge() 534 bch2_key_resize(&r_v->k, orig->k.size); in bch2_make_extent_indirect() 724 bch2_key_resize(&new_dst.k->k, in bch2_remap_range()
|
H A D | btree_update.c | 731 bch2_key_resize(&delete.k, in bch2_btree_delete_range_trans() 787 bch2_key_resize(&k->k, 1); in bch2_btree_bit_mod_iter()
|
H A D | bkey_methods.c | 108 bch2_key_resize(l.k, l.k->size + r.k->size); in key_type_set_merge()
|
H A D | extents.h | 746 static inline void bch2_key_resize(struct bkey *k, unsigned new_size) in bch2_key_resize() function
|
H A D | extents.c | 525 bch2_key_resize(l.k, l.k->size + r.k->size); in bch2_extent_merge() 563 bch2_key_resize(l.k, l.k->size + r.k->size); in bch2_reservation_merge()
|
H A D | alloc_background.c | 1093 bch2_key_resize(hole, next.offset - iter->pos.offset); in bch2_get_key_or_hole() 1148 bch2_key_resize(hole, (*ca)->mi.nbuckets - hole_start.offset); in bch2_get_key_or_real_bucket_hole() 1292 bch2_key_resize(&update->k, in bch2_check_alloc_hole_freespace()
|
H A D | data_update.c | 593 bch2_key_resize(&e->k, sectors); in bch2_update_unwritten_extent()
|
H A D | inode.c | 1110 bch2_key_resize(&delete.k, in bch2_inode_delete_keys()
|
H A D | fs.c | 1476 bch2_key_resize(&k->k, sectors); in bch2_next_fiemap_extent()
|
H A D | btree_iter.c | 2914 bch2_key_resize(&iter->k, in bch2_btree_iter_peek_slot()
|