Home
last modified time | relevance | path

Searched refs:memcpy_u64s_small (Results 1 – 5 of 5) sorted by relevance

/linux/fs/bcachefs/
H A Dutil.h426 static inline void memcpy_u64s_small(void *dst, const void *src, in memcpy_u64s_small() function
481 memcpy_u64s_small(dst, src, u64s); in __memmove_u64s_down_small()
H A Djournal.h232 memcpy_u64s_small(entry->_data, data, u64s); in journal_entry_set()
H A Dbtree_trans_commit.c757 memcpy_u64s_small(journal_res_entry(&c->journal, &trans->journal_res), in bch2_trans_commit_write_locked()
766 memcpy_u64s_small(bch2_journal_add_entry(j, &trans->journal_res, in bch2_trans_commit_write_locked()
H A Dextents.h93 memcpy_u64s_small(dst, new, extent_entry_u64s(new)); in __extent_entry_insert()
H A Ddisk_accounting.c79 memcpy_u64s_small(acc->v.d, d, nr); in __accounting_key_init()