Searched refs:block_cache_node (Results 1 – 1 of 1) sorted by relevance
15 struct block_cache_node { struct32 static struct block_cache_node *cache_find(int iftype, int devnum, in cache_find() argument36 struct block_cache_node *node; in cache_find()58 struct block_cache_node *node = cache_find(iftype, devnum, start, in blkcache_read()80 struct block_cache_node *node; in blkcache_fill()92 node = (struct block_cache_node *)block_cache.prev; in blkcache_fill()132 struct block_cache_node *node; in blkcache_invalidate()135 node = (struct block_cache_node *)entry; in blkcache_invalidate()
Completed in 25 milliseconds