Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-delay.c109 return bio_list_get(&flush_bios); in flush_delayed_bios()
Ddm-snap.c850 return bio_list_get(&s->bios_queued_during_merge); in __release_queued_bios_after_merge()
1495 snapshot_bios = bio_list_get(&pe->snapshot_bios); in pending_complete()
1496 origin_bios = bio_list_get(&pe->origin_bios); in pending_complete()
Draid1.c751 bio = bio_list_get(&conf->pending_bio_list); in flush_pending_writes()
1029 bio = bio_list_get(&plug->pending); in raid1_unplug()
Draid10.c857 bio = bio_list_get(&conf->pending_bio_list); in flush_pending_writes()
1037 bio = bio_list_get(&plug->pending); in raid10_unplug()
/linux-4.4.14/include/linux/
Dbio.h696 static inline struct bio *bio_list_get(struct bio_list *bl) in bio_list_get() function
/linux-4.4.14/fs/btrfs/
Draid56.c868 struct bio *cur = bio_list_get(&rbio->bio_list); in rbio_orig_end_io()