Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_cache.c824 enum cache_load_result* load_result) { in block_cache_get() argument
829 assert(!load_result || load); in block_cache_get()
834 if (load_result) { in block_cache_get()
835 *load_result = CACHE_LOAD_NO_DATA; in block_cache_get()
849 if (load_result) { in block_cache_get()
850 *load_result = res; in block_cache_get()
888 enum cache_load_result* load_result) { in block_cache_get_data() argument
891 load_result); in block_cache_get_data()
1186 enum cache_load_result load_result = CACHE_LOAD_NO_DATA; in block_get_no_tr_fail() local
1197 tr->fs->mac_size, ref, &load_result); in block_get_no_tr_fail()
[all …]