Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-delay.c69 static void flush_bios(struct bio *bio) in flush_bios() function
86 struct bio_list flush_bios = { }; in flush_delayed_bios() local
94 bio_list_add(&flush_bios, bio); in flush_delayed_bios()
110 return bio_list_get(&flush_bios); in flush_delayed_bios()
118 flush_bios(flush_delayed_bios(dc, 0)); in flush_expired_bios()
281 flush_bios(flush_delayed_bios(dc, 1)); in delay_presuspend()
H A Ddm-clone-target.c389 struct bio_list flush_bios = BIO_EMPTY_LIST; in issue_deferred_bios() local
397 bio_list_add(&flush_bios, bio); in issue_deferred_bios()
404 bio_list_merge(&clone->deferred_flush_bios, &flush_bios); in issue_deferred_bios()
H A Ddm-snap.c986 static void flush_bios(struct bio *bio);
1011 flush_bios(b); in remove_single_exception_chunk()
1571 static void flush_bios(struct bio *bio) in flush_bios() function
1723 flush_bios(snapshot_bios); in pending_complete()