| /linux-6.15/fs/xfs/ |
| H A D | xfs_bio_io.c | 29 bio = bio_alloc(bdev, bio_max_vecs(left), op | REQ_META | REQ_SYNC, in xfs_rw_bdev() 41 bio = bio_alloc(prev->bi_bdev, bio_max_vecs(left), in xfs_rw_bdev()
|
| H A D | xfs_buf.c | 1345 bio = bio_alloc(bp->b_target->bt_bdev, alloc_size >> PAGE_SHIFT, in xfs_buf_submit_bio() 1368 bio = bio_alloc(bp->b_target->bt_bdev, 1, xfs_buf_bio_op(bp), in xfs_buf_submit_bio()
|
| /linux-6.15/block/ |
| H A D | blk-lib.c | 47 bio = bio_alloc(bdev, 0, REQ_OP_DISCARD, gfp_mask); in blk_alloc_discard_bio() 134 bio = bio_alloc(bdev, 0, REQ_OP_WRITE_ZEROES, gfp_mask); in __blkdev_issue_write_zeroes() 203 bio = bio_alloc(bdev, nr_vecs, REQ_OP_WRITE, gfp_mask); in __blkdev_issue_zero_pages()
|
| /linux-6.15/fs/crypto/ |
| H A D | bio.c | 59 bio = bio_alloc(inode->i_sb->s_bdev, BIO_MAX_VECS, REQ_OP_WRITE, in fscrypt_zeroout_range_inline_crypt() 158 bio = bio_alloc(inode->i_sb->s_bdev, nr_pages, REQ_OP_WRITE, GFP_NOFS); in fscrypt_zeroout_range()
|
| /linux-6.15/drivers/nvdimm/ |
| H A D | nd_virtio.c | 117 struct bio *child = bio_alloc(bio->bi_bdev, 0, in async_pmem_flush()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-log-writes.c | 221 bio = bio_alloc(lc->logdev->bdev, 1, REQ_OP_WRITE, GFP_KERNEL); in write_metadata() 273 bio = bio_alloc(lc->logdev->bdev, bio_pages, REQ_OP_WRITE, in write_inline_data() 354 bio = bio_alloc(lc->logdev->bdev, bio_max_segs(block->vec_cnt), in log_one_block() 371 bio = bio_alloc(lc->logdev->bdev, in log_one_block()
|
| H A D | dm-zoned-metadata.c | 548 bio = bio_alloc(dev->bdev, 1, REQ_OP_READ | REQ_META | REQ_PRIO, in dmz_get_mblock_slow() 718 bio = bio_alloc(dev->bdev, 1, REQ_OP_WRITE | REQ_META | REQ_PRIO, in dmz_write_mblock() 747 bio = bio_alloc(dev->bdev, 1, op | REQ_SYNC | REQ_META | REQ_PRIO, in dmz_rdwr_block()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | io-cmd-bdev.c | 288 bio = bio_alloc(req->ns->bdev, bio_max_segs(sg_cnt), opf, in nvmet_bdev_execute_rw() 314 bio = bio_alloc(req->ns->bdev, bio_max_segs(sg_cnt), in nvmet_bdev_execute_rw()
|
| H A D | passthru.c | 275 bio = bio_alloc(NULL, bio_max_segs(req->sg_cnt), req_op(rq), in nvmet_passthru_map_sg()
|
| H A D | zns.c | 577 bio = bio_alloc(req->ns->bdev, req->sg_cnt, opf, GFP_KERNEL); in nvmet_bdev_execute_zone_append()
|
| /linux-6.15/fs/ |
| H A D | mpage.c | 287 args->bio = bio_alloc(bdev, bio_max_segs(args->nr_pages), opf, in do_mpage_readpage() 593 bio = bio_alloc(bdev, BIO_MAX_VECS, in __mpage_writepage()
|
| /linux-6.15/fs/hfsplus/ |
| H A D | wrapper.c | 68 bio = bio_alloc(sb->s_bdev, 1, opf, GFP_NOIO); in hfsplus_submit_bio()
|
| /linux-6.15/mm/ |
| H A D | page_io.c | 439 bio = bio_alloc(sis->bdev, 1, in swap_writepage_bdev_async() 605 bio = bio_alloc(sis->bdev, 1, REQ_OP_READ, GFP_KERNEL); in swap_read_folio_bdev_async()
|
| /linux-6.15/fs/ext4/ |
| H A D | readpage.c | 353 bio = bio_alloc(bdev, bio_max_segs(nr_pages), in ext4_mpage_readpages()
|
| H A D | page-io.c | 426 bio = bio_alloc(bh->b_bdev, BIO_MAX_VECS, REQ_OP_WRITE, GFP_NOIO); in io_submit_init_bio()
|
| /linux-6.15/fs/jfs/ |
| H A D | jfs_metapage.c | 423 bio = bio_alloc(inode->i_sb->s_bdev, 1, REQ_OP_WRITE, GFP_NOFS); in metapage_write_folio() 507 bio = bio_alloc(inode->i_sb->s_bdev, 1, REQ_OP_READ, in metapage_read_folio()
|
| H A D | jfs_logmgr.c | 1975 bio = bio_alloc(file_bdev(log->bdev_file), 1, REQ_OP_READ, GFP_NOFS); in lbmRead() 2120 bio = bio_alloc(bdev, 1, REQ_OP_WRITE | REQ_SYNC, in lbmStartIO()
|
| /linux-6.15/fs/gfs2/ |
| H A D | meta_io.c | 230 bio = bio_alloc(bh->b_bdev, num, opf, GFP_NOIO); in gfs2_submit_bhs()
|
| H A D | lops.c | 268 struct bio *bio = bio_alloc(sb->s_bdev, BIO_MAX_VECS, 0, GFP_NOIO); in gfs2_log_alloc_bio() 485 new = bio_alloc(prev->bi_bdev, nr_iovecs, prev->bi_opf, GFP_NOIO); in gfs2_chain_bio()
|
| /linux-6.15/fs/nilfs2/ |
| H A D | segbuf.c | 385 wi->bio = bio_alloc(wi->nilfs->ns_bdev, wi->nr_vecs, in nilfs_segbuf_submit_bh()
|
| /linux-6.15/include/linux/ |
| H A D | bio.h | 369 static inline struct bio *bio_alloc(struct block_device *bdev, in bio_alloc() function
|
| /linux-6.15/fs/iomap/ |
| H A D | direct-io.c | 70 return bio_alloc(iter->iomap.bdev, nr_vecs, opf, GFP_KERNEL); in iomap_dio_alloc_bio()
|
| /linux-6.15/drivers/block/xen-blkback/ |
| H A D | blkback.c | 1434 bio = bio_alloc(preq.bdev, bio_max_segs(nseg - i), in dispatch_rw_block_io() 1450 bio = bio_alloc(preq.bdev, 0, operation | operation_flags, in dispatch_rw_block_io()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | btree_node_scan.c | 241 struct bio *bio = bio_alloc(NULL, 1, 0, GFP_KERNEL); in read_btree_nodes_worker()
|
| /linux-6.15/drivers/block/rnbd/ |
| H A D | rnbd-srv.c | 148 bio = bio_alloc(file_bdev(sess_dev->bdev_file), 1, in process_rdma()
|