Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/md/
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()
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()
Ddm-snap.c984 static void flush_bios(struct bio *bio);
1009 flush_bios(b); in remove_single_exception_chunk()
1569 static void flush_bios(struct bio *bio) in flush_bios() function
1721 flush_bios(snapshot_bios); in pending_complete()