Searched refs:bio_kmalloc (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/block/ |
D | bio.c | 1202 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_copy_user_iov() 1317 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_map_user_iov() 1461 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_map_kern() 1540 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_copy_kern()
|
/linux-4.1.27/include/linux/ |
D | bio.h | 404 static inline struct bio *bio_kmalloc(gfp_t gfp_mask, unsigned int nr_iovecs) in bio_kmalloc() function
|
/linux-4.1.27/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.1.27/drivers/target/ |
D | target_core_pscsi.c | 862 bio = bio_kmalloc(GFP_KERNEL, nr_vecs); in pscsi_get_bio()
|
/linux-4.1.27/drivers/block/ |
D | pktcdvd.c | 531 pkt->w_bio = bio_kmalloc(GFP_KERNEL, frames); in pkt_alloc_packet_data() 545 struct bio *bio = bio_kmalloc(GFP_KERNEL, 1); in pkt_alloc_packet_data()
|
/linux-4.1.27/drivers/scsi/osd/ |
D | osd_initiator.c | 1050 bio = bio_kmalloc(GFP_KERNEL, numentries); in _create_sg_bios()
|
/linux-4.1.27/drivers/md/ |
D | raid10.c | 160 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r10buf_pool_alloc() 166 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r10buf_pool_alloc()
|
D | raid1.c | 111 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r1buf_pool_alloc()
|