Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-writecache.c213 struct copy_struct { struct
1544 struct copy_struct *c = ptr; in writecache_copy_endio()
1597 struct copy_struct *c; in __writecache_endio_ssd()
1601 c = list_entry(list->next, struct copy_struct, endio_entry); in __writecache_endio_ssd()
1768 struct copy_struct *c; in __writecache_writeback_ssd()
2187 r = mempool_init_kmalloc_pool(&wc->copy_pool, 1, sizeof(struct copy_struct)); in writecache_ctr()