Searched refs:memmove_u64s_down (Results 1 – 6 of 6) sorted by relevance
/linux/fs/bcachefs/ |
H A D | keylist.c | 38 memmove_u64s_down(l->keys, in bch2_keylist_pop_front()
|
H A D | util.h | 430 static inline void memmove_u64s_down(void *dst, const void *src, in memmove_u64s_down() function
|
H A D | extents.h | 104 memmove_u64s_down(entry, next, in extent_entry_drop()
|
H A D | btree_io.c | 647 memmove_u64s_down(i->start, k, in bch2_btree_node_drop_keys_outside_node() 967 memmove_u64s_down(k, bkey_p_next(k), (u64 *) vstruct_end(i) - (u64 *) k); in validate_bset_keys() 1226 memmove_u64s_down(k, bkey_p_next(k), in bch2_btree_node_read_done()
|
H A D | bset.c | 1032 memmove_u64s_down(dst_p, src_p, btree_bkey_last(b, t)->_data - src_p); in bch2_bset_delete()
|
H A D | io_write.c | 497 memmove_u64s_down(dst, src, src->k.u64s); in bch2_write_drop_io_error_ptrs()
|