Searched defs:wb_cache_entry (Results 1 – 1 of 1) sorted by relevance
22 struct wb_cache_entry { struct23 struct list_head list;24 struct hlist_node hlist;26 dm_oblock_t oblock;27 dm_cblock_t cblock;28 bool dirty:1;52 struct wb_cache_entry *cblocks; argument