Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-cache-target.c218 struct bio_list deferred_flush_bios; member
816 bio_list_add(&cache->deferred_flush_bios, bio); in issue()
1650 bio_list_merge(&bios, &cache->deferred_flush_bios); in process_deferred_flush_bios()
1651 bio_list_init(&cache->deferred_flush_bios); in process_deferred_flush_bios()
1828 !bio_list_empty(&cache->deferred_flush_bios) || in more_work()
2450 bio_list_init(&cache->deferred_flush_bios); in cache_create()
Ddm-thin.c244 struct bio_list deferred_flush_bios; member
625 bio_list_add(&pool->deferred_flush_bios, bio); in issue()
1972 bio_list_merge(&bios, &pool->deferred_flush_bios); in process_deferred_bios()
1973 bio_list_init(&pool->deferred_flush_bios); in process_deferred_bios()
2586 bio_list_init(&pool->deferred_flush_bios); in pool_create()