Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/block/
H A Dblkcache.c14 struct block_cache_node { struct
31 static struct block_cache_node *cache_find(int iftype, int devnum, in cache_find() argument
35 struct block_cache_node *node; in cache_find()
57 struct block_cache_node *node = cache_find(iftype, devnum, start, in blkcache_read()
79 struct block_cache_node *node; in blkcache_fill()
91 node = (struct block_cache_node *)block_cache.prev; in blkcache_fill()
131 struct block_cache_node *node; in blkcache_invalidate()
134 node = (struct block_cache_node *)entry; in blkcache_invalidate()
147 struct block_cache_node *node; in blkcache_configure()
152 node = (struct block_cache_node *)block_cache.next; in blkcache_configure()