Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-cache-target.c260 struct bio_list deferred_flush_bios; member
900 bio_list_add(&cache->deferred_flush_bios, bio); in issue()
2042 bio_list_merge(&bios, &cache->deferred_flush_bios); in process_deferred_flush_bios()
2043 bio_list_init(&cache->deferred_flush_bios); in process_deferred_flush_bios()
2239 !bio_list_empty(&cache->deferred_flush_bios) || in more_work()
2863 bio_list_init(&cache->deferred_flush_bios); in cache_create()
Ddm-thin.c252 struct bio_list deferred_flush_bios; member
738 bio_list_add(&pool->deferred_flush_bios, bio); in issue()
2190 bio_list_merge(&bios, &pool->deferred_flush_bios); in process_deferred_bios()
2191 bio_list_init(&pool->deferred_flush_bios); in process_deferred_bios()
2829 bio_list_init(&pool->deferred_flush_bios); in pool_create()