Searched refs:bio_kmalloc (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/block/ |
D | blk-map.c | 155 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_copy_user_iov() 244 bio = bio_kmalloc(gfp_mask, iov_iter_npages(iter, BIO_MAX_VECS)); in bio_map_user_iov() 351 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_map_kern() 438 bio = bio_kmalloc(gfp_mask, nr_pages); in bio_copy_kern()
|
D | blk-crypto-fallback.c | 168 bio = bio_kmalloc(GFP_NOIO, bio_segments(bio_src)); in blk_crypto_clone_bio()
|
D | bio.c | 513 struct bio *bio_kmalloc(gfp_t gfp_mask, unsigned short nr_iovecs) in bio_kmalloc() function 527 EXPORT_SYMBOL(bio_kmalloc);
|
/Linux-v5.15/fs/squashfs/ |
D | block.c | 92 bio = bio_kmalloc(GFP_NOIO, page_count); in squashfs_bio_read()
|
/Linux-v5.15/drivers/md/bcache/ |
D | debug.c | 114 check = bio_kmalloc(GFP_NOIO, bio_segments(bio)); in bch_data_verify()
|
/Linux-v5.15/include/linux/ |
D | bio.h | 414 struct bio *bio_kmalloc(gfp_t gfp_mask, unsigned short nr_iovecs);
|
/Linux-v5.15/drivers/target/ |
D | target_core_pscsi.c | 834 bio = bio_kmalloc(GFP_KERNEL, nr_vecs); in pscsi_get_bio()
|
/Linux-v5.15/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.15/drivers/md/ |
D | dm-bufio.c | 629 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 | 168 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r1buf_pool_alloc()
|
/Linux-v5.15/fs/btrfs/ |
D | volumes.c | 6855 dev->flush_bio = bio_kmalloc(GFP_KERNEL, 0); in btrfs_alloc_device()
|