Searched refs:block_cache_node (Results 1 – 1 of 1) sorted by relevance
20 struct block_cache_node { struct49 static struct block_cache_node *cache_find(int iftype, int devnum, in cache_find() argument53 struct block_cache_node *node; in cache_find()75 struct block_cache_node *node = cache_find(iftype, devnum, start, in blkcache_read()97 struct block_cache_node *node; in blkcache_fill()109 node = (struct block_cache_node *)block_cache.prev; in blkcache_fill()149 struct block_cache_node *node; in blkcache_invalidate()152 node = (struct block_cache_node *)entry; in blkcache_invalidate()165 struct block_cache_node *node; in blkcache_configure()170 node = (struct block_cache_node *)block_cache.next; in blkcache_configure()
Completed in 5 milliseconds