Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-delay.c110 return bio_list_get(&flush_bios); in flush_delayed_bios()
H A Ddm-snap.c933 return bio_list_get(&s->bios_queued_during_merge); in __release_queued_bios_after_merge()
1708 snapshot_bios = bio_list_get(&pe->snapshot_bios); in pending_complete()
1709 origin_bios = bio_list_get(&pe->origin_bios); in pending_complete()
H A Draid1.c820 bio = bio_list_get(&conf->pending_bio_list); in flush_pending_writes()
1183 bio = bio_list_get(&plug->pending); in raid1_unplug()
H A Draid10.c890 bio = bio_list_get(&conf->pending_bio_list); in flush_pending_writes()
1120 bio = bio_list_get(&plug->pending); in raid10_unplug()
H A Ddm-integrity.c2448 flushes = bio_list_get(&ic->flush_bio_list); in integrity_commit()
/openbmc/linux/include/linux/
H A Dbio.h650 static inline struct bio *bio_list_get(struct bio_list *bl) in bio_list_get() function
/openbmc/linux/fs/btrfs/
H A Draid56.c827 struct bio *cur = bio_list_get(&rbio->bio_list); in rbio_orig_end_io()
851 extra = bio_list_get(&rbio->bio_list); in rbio_orig_end_io()
/openbmc/linux/drivers/nvme/host/
H A Dmultipath.c593 next = bio_list_get(&head->requeue_list); in nvme_requeue_work()