Searched refs:bio_kmalloc (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/block/ |
D | bio.c | 1170 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/ |
D | bio.h | 454 static inline struct bio *bio_kmalloc(gfp_t gfp_mask, unsigned int nr_iovecs) in bio_kmalloc() function
|
/linux-4.4.14/fs/exofs/ |
D | ore_raid.c | 360 per_dev->bio = bio_kmalloc(GFP_KERNEL, in _add_to_r4w()
|
D | ore.c | 615 per_dev->bio = bio_kmalloc(GFP_KERNEL, bio_size); in _ore_add_stripe_unit()
|
/linux-4.4.14/drivers/target/ |
D | target_core_pscsi.c | 867 bio = bio_kmalloc(GFP_KERNEL, nr_vecs); in pscsi_get_bio()
|
/linux-4.4.14/drivers/md/ |
D | raid5-cache.c | 258 struct bio *bio = bio_kmalloc(GFP_NOIO | __GFP_NOFAIL, BIO_MAX_PAGES); in r5l_bio_alloc()
|
D | raid10.c | 161 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r10buf_pool_alloc() 167 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r10buf_pool_alloc()
|
D | raid1.c | 113 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r1buf_pool_alloc()
|
/linux-4.4.14/drivers/block/ |
D | pktcdvd.c | 532 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/ |
D | osd_initiator.c | 1050 bio = bio_kmalloc(GFP_KERNEL, numentries); in _create_sg_bios()
|