Searched refs:bio_kmalloc (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/block/ |
D | blk-map.c | 157 bio = bio_kmalloc(nr_pages, gfp_mask); in bio_copy_user_iov() 264 bio = bio_kmalloc(nr_vecs, gfp_mask); in blk_rq_map_bio_alloc() 401 bio = bio_kmalloc(nr_pages, gfp_mask); in bio_map_kern() 491 bio = bio_kmalloc(nr_pages, gfp_mask); in bio_copy_kern()
|
D | blk-crypto-fallback.c | 167 bio = bio_kmalloc(nr_segs, GFP_NOIO); in blk_crypto_fallback_clone_bio()
|
D | bio.c | 610 struct bio *bio_kmalloc(unsigned short nr_vecs, gfp_t gfp_mask) in bio_kmalloc() function 618 EXPORT_SYMBOL(bio_kmalloc);
|
/linux-6.12.1/drivers/md/bcache/ |
D | debug.c | 115 check = bio_kmalloc(nr_segs, GFP_NOIO); in bch_data_verify()
|
/linux-6.12.1/fs/squashfs/ |
D | block.c | 204 bio = bio_kmalloc(page_count, GFP_NOIO); in squashfs_bio_read()
|
/linux-6.12.1/drivers/md/ |
D | dm-flakey.c | 425 clone = bio_kmalloc(nr_iovecs, GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN); in clone_bio()
|
D | raid10.c | 162 bio = bio_kmalloc(RESYNC_PAGES, gfp_flags); in r10buf_pool_alloc() 169 bio = bio_kmalloc(RESYNC_PAGES, gfp_flags); in r10buf_pool_alloc()
|
D | dm-bufio.c | 1339 bio = bio_kmalloc(1, GFP_NOWAIT | __GFP_NORETRY | __GFP_NOWARN); in use_bio()
|
D | raid1.c | 166 bio = bio_kmalloc(RESYNC_PAGES, gfp_flags); in r1buf_pool_alloc()
|
/linux-6.12.1/include/linux/ |
D | bio.h | 361 struct bio *bio_kmalloc(unsigned short nr_vecs, gfp_t gfp_mask);
|
/linux-6.12.1/drivers/target/ |
D | target_core_pscsi.c | 862 bio = bio_kmalloc(nr_vecs, GFP_KERNEL); in pscsi_map_sg()
|
/linux-6.12.1/drivers/block/ |
D | pktcdvd.c | 555 pkt->w_bio = bio_kmalloc(frames, GFP_KERNEL); in pkt_alloc_packet_data() 569 pkt->r_bios[i] = bio_kmalloc(1, GFP_KERNEL); in pkt_alloc_packet_data()
|
/linux-6.12.1/fs/bcachefs/ |
D | super-io.c | 198 bio = bio_kmalloc(nr_bvecs, GFP_KERNEL); in bch2_sb_realloc()
|
D | journal_io.c | 1017 bio = bio_kmalloc(nr_bvecs, GFP_KERNEL); in journal_read_bucket()
|