Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dcache.h574 …atic inline void cache_key_copy(struct pcache_cache_key *key_dst, struct pcache_cache_key *key_src) in cache_key_copy() argument
576 key_dst->off = key_src->off; in cache_key_copy()
577 key_dst->len = key_src->len; in cache_key_copy()
578 key_dst->seg_gen = key_src->seg_gen; in cache_key_copy()
579 key_dst->cache_tree = key_src->cache_tree; in cache_key_copy()
580 key_dst->cache_subtree = key_src->cache_subtree; in cache_key_copy()
581 key_dst->flags = key_src->flags; in cache_key_copy()
583 cache_pos_copy(&key_dst->cache_pos, &key_src->cache_pos); in cache_key_copy()