Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Ddm-writecache.c82 struct wc_entry { struct
119 struct wc_entry *current_free; argument
157 struct wc_entry *entries;
229 struct wc_entry **wc_list;
231 struct wc_entry *wc_list_inline[WB_LIST_INLINE];
238 struct wc_entry *e;
394 static struct wc_memory_entry *memory_entry(struct dm_writecache *wc, struct wc_entry *e) in memory_entry()
399 static void *memory_data(struct dm_writecache *wc, struct wc_entry *e) in memory_data()
404 static sector_t cache_sector(struct dm_writecache *wc, struct wc_entry *e) in cache_sector()
410 static uint64_t read_original_sector(struct dm_writecache *wc, struct wc_entry *e) in read_original_sector()
[all …]