/linux/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()
|
H A D | fops.c | 258 bio = bio_alloc(bdev, nr_pages, opf, GFP_KERNEL); in __blkdev_direct_IO()
|
/linux/fs/crypto/ |
H A D | bio.c | 61 bio = bio_alloc(inode->i_sb->s_bdev, BIO_MAX_VECS, REQ_OP_WRITE, in fscrypt_zeroout_range_inline_crypt() 160 bio = bio_alloc(inode->i_sb->s_bdev, nr_pages, REQ_OP_WRITE, GFP_NOFS); in fscrypt_zeroout_range()
|
/linux/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-mpath.c | 2052 bio = bio_alloc(bdev, 1, REQ_OP_READ, GFP_KERNEL); in probe_path()
|
/linux/drivers/nvme/target/ |
H A D | io-cmd-bdev.c | 285 bio = bio_alloc(req->ns->bdev, bio_max_segs(sg_cnt), opf, in nvmet_bdev_execute_rw() 311 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/fs/gfs2/ |
H A D | meta_io.c | 232 bio = bio_alloc(bh->b_bdev, num, opf, GFP_NOIO); in gfs2_submit_bhs()
|
/linux/fs/ext4/ |
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/include/linux/ |
H A D | bio.h | 369 static inline struct bio *bio_alloc(struct block_device *bdev, in bio_alloc() function
|
/linux/fs/iomap/ |
H A D | direct-io.c | 65 return bio_alloc(iter->iomap.bdev, nr_vecs, opf, GFP_KERNEL); in iomap_dio_alloc_bio()
|
H A D | buffered-io.c | 411 ctx->bio = bio_alloc(iomap->bdev, bio_max_segs(nr_vecs), in iomap_readpage_iter() 419 ctx->bio = bio_alloc(iomap->bdev, 1, REQ_OP_READ, in iomap_readpage_iter()
|
/linux/fs/jfs/ |
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/fs/bcachefs/ |
H A D | btree_node_scan.c | 239 bio = bio_alloc(NULL, buf_pages(b->data, c->opts.btree_node_size), 0, GFP_KERNEL); in read_btree_nodes_worker()
|
H A D | backpointers.c | 504 bio = bio_alloc(ca->disk_sb.bdev, buf_pages(data_buf, bytes), REQ_OP_READ, GFP_KERNEL); in check_extent_checksum()
|
/linux/Documentation/block/ |
H A D | data-integrity.rst | 220 stored in the integrity bio_vec list (similar to bio_alloc()).
|
/linux/fs/nfs/blocklayout/ |
H A D | blocklayout.c | 157 bio = bio_alloc(map->bdev, bio_max_segs(npg), op, GFP_NOIO); in do_add_page_to_bio()
|
/linux/drivers/target/ |
H A D | target_core_iblock.c | 426 bio = bio_alloc(ib_dev->ibd_bd, 0, REQ_OP_WRITE | REQ_PREFLUSH, in iblock_execute_sync_cache()
|
/linux/fs/ntfs3/ |
H A D | fsntfs.c | 1516 new = bio_alloc(bdev, nr_pages - page_idx, op, GFP_NOFS); in ntfs_bio_pages() 1613 new = bio_alloc(bdev, BIO_MAX_VECS, REQ_OP_WRITE, GFP_NOFS); in ntfs_bio_fill_1()
|
/linux/kernel/power/ |
H A D | swap.c | 282 bio = bio_alloc(file_bdev(hib_resume_bdev_file), 1, opf, in hib_submit_io()
|
/linux/fs/xfs/ |
H A D | xfs_buf.c | 1342 bio = bio_alloc(bp->b_target->bt_bdev, nr_vecs, xfs_buf_bio_op(bp), in xfs_buf_submit_bio()
|
/linux/fs/erofs/ |
H A D | zdata.c | 1749 bio = bio_alloc(mdev.m_bdev, BIO_MAX_VECS, in z_erofs_submit_queue()
|
/linux/fs/ |
H A D | buffer.c | 2804 bio = bio_alloc(bh->b_bdev, 1, opf, GFP_NOIO); in submit_bh_wbc()
|
/linux/drivers/block/drbd/ |
H A D | drbd_receiver.c | 1096 struct bio *bio = bio_alloc(device->ldev->backing_bdev, 0, in submit_one_flush() 1504 bio = bio_alloc(device->ldev->backing_bdev, nr_pages, peer_req->opf, GFP_NOIO); in drbd_submit_peer_request()
|