Home
last modified time | relevance | path

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

/drivers/md/
Ddm-writecache.c77 struct wc_entry { struct
113 struct wc_entry *current_free; argument
146 struct wc_entry *entries;
191 struct wc_entry **wc_list;
193 struct wc_entry *wc_list_inline[WB_LIST_INLINE];
200 struct wc_entry *e;
349 static struct wc_memory_entry *memory_entry(struct dm_writecache *wc, struct wc_entry *e) in memory_entry()
354 static void *memory_data(struct dm_writecache *wc, struct wc_entry *e) in memory_data()
359 static sector_t cache_sector(struct dm_writecache *wc, struct wc_entry *e) in cache_sector()
365 static uint64_t read_original_sector(struct dm_writecache *wc, struct wc_entry *e) in read_original_sector()
[all …]