Home
last modified time | relevance | path

Searched refs:bio_list_get (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/md/
H A Ddm-delay.c127 flush_bios(bio_list_get(&flush_bio_list)); in flush_delayed_bios()
H A Ddm-snap.c924 return bio_list_get(&s->bios_queued_during_merge); in __release_queued_bios_after_merge()
1699 snapshot_bios = bio_list_get(&pe->snapshot_bios); in pending_complete()
1700 origin_bios = bio_list_get(&pe->origin_bios); in pending_complete()
H A Draid1.c948 bio = bio_list_get(&conf->pending_bio_list); in flush_pending_writes()
1309 bio = bio_list_get(&plug->pending); in raid1_unplug()
H A Draid10.c872 bio = bio_list_get(&conf->pending_bio_list); in flush_pending_writes()
1102 bio = bio_list_get(&plug->pending); in raid10_unplug()
/linux/include/linux/
H A Dbio.h645 static inline struct bio *bio_list_get(struct bio_list *bl) in bio_list_get() function
/linux/fs/btrfs/
H A Draid56.c946 struct bio *cur = bio_list_get(&rbio->bio_list); in rbio_orig_end_io()
970 extra = bio_list_get(&rbio->bio_list); in rbio_orig_end_io()
/linux/drivers/nvme/host/
H A Dmultipath.c655 next = bio_list_get(&head->requeue_list); in nvme_requeue_work()