Home
last modified time | relevance | path

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

12

/linux/fs/ntfs/
H A Dbdev-io.c46 bio = bio_alloc(bdev, in ntfs_bdev_read()
56 bio = bio_alloc(prev->bi_bdev, in ntfs_bdev_read()
H A Dmft.c500 bio = bio_alloc(vol->sb->s_bdev, 1, REQ_OP_WRITE, GFP_NOIO); in ntfs_sync_mft_mirror()
593 bio = bio_alloc(vol->sb->s_bdev, 1, REQ_OP_WRITE, GFP_NOIO); in write_mft_record_nolock()
2731 bio = bio_alloc(vol->sb->s_bdev, 1, REQ_OP_WRITE, in ntfs_write_mft_block()
H A Dcompress.c1429 bio = bio_alloc(vol->sb->s_bdev, 1, REQ_OP_WRITE, in ntfs_write_cb()
H A Dinode.c3714 bio = bio_alloc(vol->sb->s_bdev, 1, REQ_OP_WRITE, in __ntfs_inode_non_resident_attr_pwrite()
/linux/Documentation/translations/zh_CN/block/
H A Ddata-integrity.rst170 integrity bio_vec list 中存储多少页保护数据(类似 bio_alloc)。
/linux/drivers/md/
H A Ddm-log-writes.c221 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 Ddm-thin.c1180 discard_parent = bio_alloc(NULL, 1, 0, GFP_NOIO); in process_prepared_discard_passdown_pt1()
/linux/fs/
H A Dmpage.c286 args->bio = bio_alloc(bdev, bio_max_segs(args->nr_pages), opf, in do_mpage_readpage()
597 bio = bio_alloc(bdev, BIO_MAX_VECS, in mpage_write_folio()
H A Dbuffer.c1108 bio = bio_alloc(bh->b_bdev, 1, opf, GFP_NOIO); in __bh_submit()
/linux/mm/
H A Dpage_io.c454 bio = bio_alloc(sis->bdev, 1, REQ_OP_WRITE | REQ_SWAP, GFP_NOIO); in swap_writepage_bdev_async()
651 bio = bio_alloc(sis->bdev, 1, REQ_OP_READ, GFP_KERNEL); in swap_read_folio_bdev_async()
/linux/fs/xfs/
H A Dxfs_verify_media.c335 bio = bio_alloc(btp->bt_bdev, 1, REQ_OP_READ, GFP_KERNEL); in xfs_verify_media()
H A Dxfs_buf.c1294 bio = bio_alloc(bp->b_target->bt_bdev, nr_vecs, xfs_buf_bio_op(bp), in xfs_buf_submit_bio()
/linux/drivers/nvme/target/
H A Dpassthru.c285 bio = bio_alloc(NULL, bio_max_segs(req->sg_cnt), req_op(rq), in nvmet_passthru_map_sg()
H A Dzns.c580 bio = bio_alloc(req->ns->bdev, req->sg_cnt, opf, GFP_KERNEL); in nvmet_bdev_execute_zone_append()
/linux/include/linux/
H A Dbio.h363 static inline struct bio *bio_alloc(struct block_device *bdev, in bio_alloc() function
/linux/drivers/block/xen-blkback/
H A Dblkback.c1433 bio = bio_alloc(preq.bdev, bio_max_segs(nseg - i), in dispatch_rw_block_io()
1449 bio = bio_alloc(preq.bdev, 0, operation | operation_flags, in dispatch_rw_block_io()
/linux/fs/iomap/
H A Ddirect-io.c61 return bio_alloc(iter->iomap.bdev, nr_vecs, opf, GFP_KERNEL); in iomap_dio_alloc_bio()
/linux/block/
H A Dfops.c263 bio = bio_alloc(bdev, nr_pages, opf, GFP_KERNEL); in __blkdev_direct_IO()
H A Dioctl.c968 bio = bio_alloc(bdev, 0, REQ_OP_ZONE_RESET_ALL, in blkdev_cmd_zone_reset_all()
H A Dbio.c384 return bio_chain_and_submit(bio, bio_alloc(bdev, nr_pages, opf, gfp)); in blk_next_bio()
/linux/drivers/target/
H A Dtarget_core_iblock.c427 bio = bio_alloc(ib_dev->ibd_bd, 0, REQ_OP_WRITE | REQ_PREFLUSH, in iblock_execute_sync_cache()
/linux/fs/erofs/
H A Dzdata.c1738 bio = bio_alloc(mdev.m_bdev, BIO_MAX_VECS, in z_erofs_submit_queue()
/linux/fs/ntfs3/
H A Dfsntfs.c1641 new = bio_alloc(bdev, BIO_MAX_VECS, REQ_OP_WRITE, GFP_NOFS); in ntfs_bio_fill_1()
/linux/fs/btrfs/
H A Draid56.c1276 bio = bio_alloc(stripe->dev->bdev, in rbio_add_io_paddrs()
/linux/drivers/block/drbd/
H A Ddrbd_receiver.c1096 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()

12