Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/drivers/block/
A Dblkcache.c20 struct block_cache_node { struct
49 static struct block_cache_node *cache_find(int iftype, int devnum, in cache_find() argument
53 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