Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-writecache.c82 struct wc_entry { struct
83 struct rb_node rb_node;
84 struct list_head lru;
85 unsigned short wc_list_contiguous;
87 bool write_in_progress : 1;
88 unsigned long index : 47;
90 bool write_in_progress;
91 unsigned long index;
116 struct wc_entry *current_free; argument