Home
last modified time | relevance | path

Searched refs:bio_alloc (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v5.15/fs/xfs/
Dxfs_bio_io.c64 bio = bio_alloc(GFP_KERNEL, bio_max_vecs(left)); in xfs_rw_bdev()
77 bio = bio_alloc(GFP_KERNEL, bio_max_vecs(left)); in xfs_rw_bdev()
/Linux-v5.15/fs/crypto/
Dbio.c55 bio = bio_alloc(GFP_NOFS, BIO_MAX_VECS); in fscrypt_zeroout_range_inline_crypt()
151 bio = bio_alloc(GFP_NOFS, nr_pages); in fscrypt_zeroout_range()
/Linux-v5.15/mm/
Dpage_io.c340 bio = bio_alloc(GFP_NOIO, 1); in __swap_writepage()
406 bio = bio_alloc(GFP_KERNEL, 1); in swap_readpage()
/Linux-v5.15/drivers/nvdimm/
Dnd_virtio.c108 struct bio *child = bio_alloc(GFP_ATOMIC, 0); in async_pmem_flush()
/Linux-v5.15/drivers/md/
Ddm-log-writes.c220 bio = bio_alloc(GFP_KERNEL, 1); in write_metadata()
278 bio = bio_alloc(GFP_KERNEL, bio_pages); in write_inline_data()
366 bio = bio_alloc(GFP_KERNEL, bio_max_segs(block->vec_cnt)); in log_one_block()
388 bio = bio_alloc(GFP_KERNEL, in log_one_block()
/Linux-v5.15/drivers/nvme/target/
Dio-cmd-bdev.c271 bio = bio_alloc(GFP_KERNEL, bio_max_segs(sg_cnt)); in nvmet_bdev_execute_rw()
298 bio = bio_alloc(GFP_KERNEL, bio_max_segs(sg_cnt)); in nvmet_bdev_execute_rw()
Dpassthru.c211 bio = bio_alloc(GFP_KERNEL, bio_max_segs(req->sg_cnt)); in nvmet_passthru_map_sg()
Dzns.c556 bio = bio_alloc(GFP_KERNEL, req->sg_cnt); in nvmet_bdev_execute_zone_append()
/Linux-v5.15/fs/squashfs/
Dblock.c90 bio = bio_alloc(GFP_NOIO, page_count); in squashfs_bio_read()
/Linux-v5.15/fs/
Dmpage.c79 bio = bio_alloc(gfp_flags, nr_vecs); in mpage_alloc()
83 bio = bio_alloc(gfp_flags, nr_vecs); in mpage_alloc()
/Linux-v5.15/fs/hfsplus/
Dwrapper.c67 bio = bio_alloc(GFP_NOIO, 1); in hfsplus_submit_bio()
/Linux-v5.15/fs/iomap/
Ddirect-io.c189 bio = bio_alloc(GFP_KERNEL, 1); in iomap_dio_zero()
308 bio = bio_alloc(GFP_KERNEL, nr_pages); in iomap_dio_bio_iter()
Dbuffered-io.c291 ctx->bio = bio_alloc(gfp, bio_max_segs(nr_vecs)); in iomap_readpage_iter()
298 ctx->bio = bio_alloc(orig_gfp, 1); in iomap_readpage_iter()
1213 new = bio_alloc(GFP_NOFS, BIO_MAX_VECS); in iomap_chain_bio()
/Linux-v5.15/block/
Dblk-lib.c15 struct bio *new = bio_alloc(gfp, nr_pages); in blk_next_bio()
Dfops.c292 bio = bio_alloc(GFP_KERNEL, nr_pages); in __blkdev_direct_IO()
/Linux-v5.15/fs/ext4/
Dreadpage.c374 bio = bio_alloc(GFP_KERNEL, bio_max_segs(nr_pages)); in ext4_mpage_readpages()
Dpage-io.c401 bio = bio_alloc(GFP_NOIO, BIO_MAX_VECS); in io_submit_init_bio()
/Linux-v5.15/fs/jfs/
Djfs_metapage.c419 bio = bio_alloc(GFP_NOFS, 1); in metapage_writepage()
499 bio = bio_alloc(GFP_NOFS, 1); in metapage_readpage()
Djfs_logmgr.c1983 bio = bio_alloc(GFP_NOFS, 1); in lbmRead()
2128 bio = bio_alloc(GFP_NOFS, 1); in lbmStartIO()
/Linux-v5.15/fs/gfs2/
Dmeta_io.c225 bio = bio_alloc(GFP_NOIO, num); in gfs2_submit_bhs()
Dlops.c268 struct bio *bio = bio_alloc(GFP_NOIO, BIO_MAX_VECS); in gfs2_log_alloc_bio()
492 new = bio_alloc(GFP_NOIO, nr_iovecs); in gfs2_chain_bio()
/Linux-v5.15/fs/nilfs2/
Dsegbuf.c388 bio = bio_alloc(GFP_NOIO, nr_vecs); in nilfs_alloc_seg_bio()
/Linux-v5.15/drivers/block/xen-blkback/
Dblkback.c1329 bio = bio_alloc(GFP_KERNEL, bio_max_segs(nseg - i)); in dispatch_rw_block_io()
1348 bio = bio_alloc(GFP_KERNEL, 0); in dispatch_rw_block_io()
/Linux-v5.15/include/linux/
Dbio.h422 static inline struct bio *bio_alloc(gfp_t gfp_mask, unsigned short nr_iovecs) in bio_alloc() function
/Linux-v5.15/drivers/target/
Dtarget_core_iblock.c419 bio = bio_alloc(GFP_KERNEL, 0); in iblock_execute_sync_cache()

12