Searched refs:wb_cache_entry (Results 1 – 1 of 1) sorted by relevance
22 struct wb_cache_entry { struct52 struct wb_cache_entry *cblocks; argument125 static struct wb_cache_entry *alloc_cache_entry(struct policy *p) in alloc_cache_entry()127 struct wb_cache_entry *e; in alloc_cache_entry()131 e = list_entry(list_pop(&p->free), struct wb_cache_entry, list); in alloc_cache_entry()140 static struct wb_cache_entry *lookup_cache_entry(struct policy *p, dm_oblock_t oblock) in lookup_cache_entry()144 struct wb_cache_entry *cur; in lookup_cache_entry()159 static void insert_cache_hash_entry(struct policy *p, struct wb_cache_entry *e) in insert_cache_hash_entry()166 static void remove_cache_hash_entry(struct wb_cache_entry *e) in remove_cache_hash_entry()178 struct wb_cache_entry *e; in wb_map()[all …]