Searched refs:bio_kmalloc (Results 1 – 15 of 15) sorted by relevance
/linux/block/ |
A 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()
|
A D | bio.c | 515 struct bio *bio_kmalloc(gfp_t gfp_mask, unsigned short nr_iovecs) in bio_kmalloc() function 529 EXPORT_SYMBOL(bio_kmalloc);
|
A D | blk-crypto-fallback.c | 165 bio = bio_kmalloc(GFP_NOIO, bio_segments(bio_src)); in blk_crypto_fallback_clone_bio()
|
/linux/fs/squashfs/ |
A D | block.c | 92 bio = bio_kmalloc(GFP_NOIO, page_count); in squashfs_bio_read()
|
/linux/drivers/md/bcache/ |
A D | debug.c | 114 check = bio_kmalloc(GFP_NOIO, bio_segments(bio)); in bch_data_verify()
|
/linux/include/linux/ |
A D | bio.h | 361 struct bio *bio_kmalloc(gfp_t gfp_mask, unsigned short nr_iovecs);
|
/linux/drivers/target/ |
A D | target_core_pscsi.c | 834 bio = bio_kmalloc(GFP_KERNEL, nr_vecs); in pscsi_get_bio()
|
/linux/drivers/block/ |
A 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/drivers/md/ |
A D | dm-bufio.c | 629 bio = bio_kmalloc(GFP_NOWAIT | __GFP_NORETRY | __GFP_NOWARN, vec_size); in use_bio()
|
A 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()
|
A D | raid1.c | 168 bio = bio_kmalloc(gfp_flags, RESYNC_PAGES); in r1buf_pool_alloc()
|
/linux/fs/btrfs/ |
A D | volumes.c | 6930 dev->flush_bio = bio_kmalloc(GFP_KERNEL, 0); in btrfs_alloc_device()
|
/linux/ |
A D | vmlinux.symvers | 7989 0x00000000 bio_kmalloc vmlinux EXPORT_SYMBOL
|
A D | System.map | 15515 ffff80001045ce64 T bio_kmalloc
|
A D | .tmp_System.map | 15515 ffff80001045ce64 T bio_kmalloc
|
Completed in 332 milliseconds