Home
last modified time | relevance | path

Searched refs:bio_kmalloc (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/block/
Dbio.c1170 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_copy_user_iov()
1285 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_map_user_iov()
1429 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_map_kern()
1508 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_copy_kern()
/linux-4.4.14/include/linux/
Dbio.h454 static inline struct bio *bio_kmalloc(gfp_t gfp_mask, unsigned int nr_iovecs) in bio_kmalloc() function
/linux-4.4.14/fs/exofs/
Dore_raid.c360 per_dev->bio = bio_kmalloc(GFP_KERNEL, in _add_to_r4w()
Dore.c615 per_dev->bio = bio_kmalloc(GFP_KERNEL, bio_size); in _ore_add_stripe_unit()
/linux-4.4.14/drivers/target/
Dtarget_core_pscsi.c867 bio = bio_kmalloc(GFP_KERNEL, nr_vecs); in pscsi_get_bio()
/linux-4.4.14/drivers/md/
Draid5-cache.c258 struct bio *bio = bio_kmalloc(GFP_NOIO | __GFP_NOFAIL, BIO_MAX_PAGES); in r5l_bio_alloc()
Draid10.c161 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r10buf_pool_alloc()
167 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r10buf_pool_alloc()
Draid1.c113 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r1buf_pool_alloc()
/linux-4.4.14/drivers/block/
Dpktcdvd.c532 pkt->w_bio = bio_kmalloc(GFP_KERNEL, frames); in pkt_alloc_packet_data()
546 struct bio *bio = bio_kmalloc(GFP_KERNEL, 1); in pkt_alloc_packet_data()
/linux-4.4.14/drivers/scsi/osd/
Dosd_initiator.c1050 bio = bio_kmalloc(GFP_KERNEL, numentries); in _create_sg_bios()