Searched refs:block_cache_entry (Results 1 – 2 of 2) sorted by relevance
53 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 …]
114 struct block_cache_entry { struct143 (sizeof(struct block_cache_entry[BLOCK_CACHE_SIZE])) argument