Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_cache.c1561 void* dst_data; in block_get_copy() local
1567 dst_data = block_get_write_no_read(tr, block, is_tmp, new_ref); in block_get_copy()
1568 memcpy(dst_data, data, src_entry->block_size); in block_get_copy()
1569 return dst_data; in block_get_copy()