Searched refs:bio_list_get (Results 1 – 6 of 6) sorted by relevance
109 return bio_list_get(&flush_bios); in flush_delayed_bios()
843 return bio_list_get(&s->bios_queued_during_merge); in __release_queued_bios_after_merge()1476 snapshot_bios = bio_list_get(&pe->snapshot_bios); in pending_complete()1477 origin_bios = bio_list_get(&pe->origin_bios); in pending_complete()
782 bio = bio_list_get(&conf->pending_bio_list); in flush_pending_writes()1061 bio = bio_list_get(&plug->pending); in raid1_unplug()
946 bio = bio_list_get(&conf->pending_bio_list); in flush_pending_writes()1126 bio = bio_list_get(&plug->pending); in raid10_unplug()
638 static inline struct bio *bio_list_get(struct bio_list *bl) in bio_list_get() function
856 struct bio *cur = bio_list_get(&rbio->bio_list); in rbio_orig_end_io()