Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dcache.h363 static inline void *cache_pos_addr(struct pcache_cache_pos *pos) in cache_pos_addr() function
370 return cache_pos_addr(&cache->key_head); in get_key_head_addr()
489 data = cache_pos_addr(&key->cache_pos); in cache_key_data_crc()
H A Dcache_key.c775 ret = copy_mc_to_kernel(kset_onmedia, cache_pos_addr(pos), to_copy); in cache_replay()