Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-delay.c68 static void flush_bios(struct bio *bio) in flush_bios() function
85 struct bio_list flush_bios = { }; in flush_delayed_bios() local
93 bio_list_add(&flush_bios, bio); in flush_delayed_bios()
109 return bio_list_get(&flush_bios); in flush_delayed_bios()
117 flush_bios(flush_delayed_bios(dc, 0)); in flush_expired_bios()
272 flush_bios(flush_delayed_bios(dc, 1)); in delay_presuspend()
Ddm-clone-target.c385 struct bio_list flush_bios = BIO_EMPTY_LIST; in issue_deferred_bios() local
393 bio_list_add(&flush_bios, bio); in issue_deferred_bios()
400 bio_list_merge(&clone->deferred_flush_bios, &flush_bios); in issue_deferred_bios()
Ddm-snap.c981 static void flush_bios(struct bio *bio);
1006 flush_bios(b); in remove_single_exception_chunk()
1564 static void flush_bios(struct bio *bio) in flush_bios() function
1716 flush_bios(snapshot_bios); in pending_complete()