Searched refs:block_cache_entries (Results 1 – 1 of 1) sorted by relevance
/trusty/user/app/storage/ |
D | block_cache.c | 53 static struct block_cache_entry block_cache_entries[BLOCK_CACHE_SIZE]; variable 614 __func__, block, entry - block_cache_entries, in block_cache_lookup() 644 __func__, block, entry - block_cache_entries, in block_cache_lookup() 658 __func__, block, entry - block_cache_entries, in block_cache_lookup() 679 __func__, block, entry - block_cache_entries, in block_cache_lookup() 861 block, entry - block_cache_entries, in block_cache_get() 909 assert(entry >= block_cache_entries); in data_to_block_cache_entry() 910 assert(entry < &block_cache_entries[BLOCK_CACHE_SIZE]); in data_to_block_cache_entry() 958 full_assert(memset(block_cache_entries, 1, sizeof(block_cache_entries))); in block_cache_init() 961 block_cache_entries[i].guard1 = BLOCK_CACHE_GUARD_1; in block_cache_init() [all …]
|