Home
last modified time | relevance | path

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

/u-boot/drivers/block/
A Dblkcache.c20 struct block_cache_node { struct
21 struct list_head lh;
22 int iftype;
23 int devnum;
24 lbaint_t start;
25 lbaint_t blkcnt;
49 static struct block_cache_node *cache_find(int iftype, int devnum, in cache_find() argument

Completed in 4 milliseconds