Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_cache.c53 static struct block_cache_entry block_cache_entries[BLOCK_CACHE_SIZE];
57 const struct block_cache_entry* entry) { in block_cache_entry_data_is_valid()
65 const struct block_cache_entry* entry) { in block_cache_entry_data_is_dirty()
71 const struct block_cache_entry* entry) { in block_cache_entry_data_is_encrypted()
77 const struct block_cache_entry* entry) { in block_cache_entry_data_is_decrypted()
112 static void block_cache_queue_io_op(struct block_cache_entry* entry, in block_cache_queue_io_op()
127 static void block_cache_queue_read(struct block_cache_entry* entry) { in block_cache_queue_read()
140 static void block_cache_queue_write(struct block_cache_entry* entry, in block_cache_queue_write()
174 static struct block_cache_entry* block_cache_pop_io_op(struct block_device* dev, in block_cache_pop_io_op()
177 struct block_cache_entry* entry; in block_cache_pop_io_op()
[all …]
Dblock_cache_priv.h114 struct block_cache_entry { struct
143 (sizeof(struct block_cache_entry[BLOCK_CACHE_SIZE])) argument