/Linux-v5.10/fs/xfs/ |
D | xfs_bio_io.c | 29 bio = bio_alloc(GFP_KERNEL, bio_max_vecs(left)); in xfs_rw_bdev() 42 bio = bio_alloc(GFP_KERNEL, bio_max_vecs(left)); in xfs_rw_bdev()
|
/Linux-v5.10/fs/crypto/ |
D | bio.c | 55 bio = bio_alloc(GFP_NOFS, BIO_MAX_PAGES); in fscrypt_zeroout_range_inline_crypt() 151 bio = bio_alloc(GFP_NOFS, nr_pages); in fscrypt_zeroout_range()
|
/Linux-v5.10/drivers/nvdimm/ |
D | nd_virtio.c | 108 struct bio *child = bio_alloc(GFP_ATOMIC, 0); in async_pmem_flush()
|
/Linux-v5.10/drivers/md/ |
D | dm-log-writes.c | 220 bio = bio_alloc(GFP_KERNEL, 1); in write_metadata() 279 bio = bio_alloc(GFP_KERNEL, bio_pages); in write_inline_data() 367 bio = bio_alloc(GFP_KERNEL, min(block->vec_cnt, BIO_MAX_PAGES)); in log_one_block() 389 bio = bio_alloc(GFP_KERNEL, min(block->vec_cnt - i, BIO_MAX_PAGES)); in log_one_block()
|
/Linux-v5.10/drivers/nvme/target/ |
D | io-cmd-bdev.c | 266 bio = bio_alloc(GFP_KERNEL, min(sg_cnt, BIO_MAX_PAGES)); in nvmet_bdev_execute_rw() 293 bio = bio_alloc(GFP_KERNEL, min(sg_cnt, BIO_MAX_PAGES)); in nvmet_bdev_execute_rw()
|
D | passthru.c | 203 bio = bio_alloc(GFP_KERNEL, req->sg_cnt); in nvmet_passthru_map_sg()
|
/Linux-v5.10/fs/nilfs2/ |
D | segbuf.c | 388 bio = bio_alloc(GFP_NOIO, nr_vecs); in nilfs_alloc_seg_bio() 391 bio = bio_alloc(GFP_NOIO, nr_vecs); in nilfs_alloc_seg_bio()
|
/Linux-v5.10/fs/squashfs/ |
D | block.c | 91 bio = bio_alloc(GFP_NOIO, page_count); in squashfs_bio_read()
|
/Linux-v5.10/fs/ |
D | mpage.c | 79 bio = bio_alloc(gfp_flags, nr_vecs); in mpage_alloc() 83 bio = bio_alloc(gfp_flags, nr_vecs); in mpage_alloc()
|
/Linux-v5.10/fs/hfsplus/ |
D | wrapper.c | 67 bio = bio_alloc(GFP_NOIO, 1); in hfsplus_submit_bio()
|
/Linux-v5.10/fs/iomap/ |
D | direct-io.c | 192 bio = bio_alloc(GFP_KERNEL, 1); in iomap_dio_zero() 274 bio = bio_alloc(GFP_KERNEL, nr_pages); in iomap_dio_bio_actor()
|
D | buffered-io.c | 288 ctx->bio = bio_alloc(gfp, min(BIO_MAX_PAGES, nr_vecs)); in iomap_readpage_actor() 295 ctx->bio = bio_alloc(orig_gfp, 1); in iomap_readpage_actor() 1255 new = bio_alloc(GFP_NOFS, BIO_MAX_PAGES); in iomap_chain_bio()
|
/Linux-v5.10/block/ |
D | blk-lib.c | 15 struct bio *new = bio_alloc(gfp, nr_pages); in blk_next_bio()
|
D | blk-flush.c | 446 bio = bio_alloc(gfp_mask, 0); in blkdev_issue_flush()
|
/Linux-v5.10/fs/erofs/ |
D | data.c | 221 bio = bio_alloc(GFP_NOIO, nblocks); in erofs_read_raw_page()
|
/Linux-v5.10/fs/ext4/ |
D | readpage.c | 374 bio = bio_alloc(GFP_KERNEL, in ext4_mpage_readpages()
|
D | page-io.c | 404 bio = bio_alloc(GFP_NOIO, BIO_MAX_PAGES); in io_submit_init_bio()
|
/Linux-v5.10/fs/jfs/ |
D | jfs_metapage.c | 419 bio = bio_alloc(GFP_NOFS, 1); in metapage_writepage() 499 bio = bio_alloc(GFP_NOFS, 1); in metapage_readpage()
|
/Linux-v5.10/mm/ |
D | page_io.c | 34 bio = bio_alloc(gfp_flags, 1); in get_swap_bio()
|
/Linux-v5.10/fs/gfs2/ |
D | lops.c | 265 struct bio *bio = bio_alloc(GFP_NOIO, BIO_MAX_PAGES); in gfs2_log_alloc_bio() 484 new = bio_alloc(GFP_NOIO, nr_iovecs); in gfs2_chain_bio()
|
D | meta_io.c | 219 bio = bio_alloc(GFP_NOIO, num); in gfs2_submit_bhs()
|
/Linux-v5.10/fs/nfs/blocklayout/ |
D | blocklayout.c | 125 bio = bio_alloc(GFP_NOIO, npg); in bl_alloc_init_bio() 128 bio = bio_alloc(GFP_NOIO, npg); in bl_alloc_init_bio()
|
/Linux-v5.10/drivers/block/xen-blkback/ |
D | blkback.c | 1327 bio = bio_alloc(GFP_KERNEL, nr_iovecs); in dispatch_rw_block_io() 1346 bio = bio_alloc(GFP_KERNEL, 0); in dispatch_rw_block_io()
|
/Linux-v5.10/include/linux/ |
D | bio.h | 404 static inline struct bio *bio_alloc(gfp_t gfp_mask, unsigned int nr_iovecs) in bio_alloc() function
|
/Linux-v5.10/drivers/lightnvm/ |
D | pblk-write.c | 614 bio = bio_alloc(GFP_KERNEL, secs_to_sync + packed_meta_pgs); in pblk_submit_write()
|