Searched refs:bio_kmalloc (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/md/bcache/ |
| D | debug.c | 114 check = bio_kmalloc(GFP_NOIO, bio_segments(bio)); in bch_data_verify()
|
| /Linux-v5.4/block/ |
| D | bio.c | 1248 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_copy_user_iov() 1347 bio = bio_kmalloc(gfp_mask, iov_iter_npages(iter, BIO_MAX_PAGES)); in bio_map_user_iov() 1475 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_map_kern() 1562 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_copy_kern()
|
| /Linux-v5.4/include/linux/ |
| D | bio.h | 403 static inline struct bio *bio_kmalloc(gfp_t gfp_mask, unsigned int nr_iovecs) in bio_kmalloc() function
|
| /Linux-v5.4/drivers/target/ |
| D | target_core_pscsi.c | 835 bio = bio_kmalloc(GFP_KERNEL, nr_vecs); in pscsi_get_bio()
|
| /Linux-v5.4/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-v5.4/drivers/md/ |
| D | dm-bufio.c | 603 bio = bio_kmalloc(GFP_NOWAIT | __GFP_NORETRY | __GFP_NOWARN, vec_size); in use_bio()
|
| D | raid10.c | 148 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r10buf_pool_alloc() 154 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r10buf_pool_alloc()
|
| D | raid1.c | 151 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r1buf_pool_alloc()
|