| /linux/fs/ntfs/ |
| H A D | bdev-io.c | 46 bio = bio_alloc(bdev, in ntfs_bdev_read() 56 bio = bio_alloc(prev->bi_bdev, in ntfs_bdev_read()
|
| H A D | mft.c | 500 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 D | compress.c | 1429 bio = bio_alloc(vol->sb->s_bdev, 1, REQ_OP_WRITE, in ntfs_write_cb()
|
| H A D | inode.c | 3714 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 D | data-integrity.rst | 170 integrity bio_vec list 中存储多少页保护数据(类似 bio_alloc)。
|
| /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-thin.c | 1180 discard_parent = bio_alloc(NULL, 1, 0, GFP_NOIO); in process_prepared_discard_passdown_pt1()
|
| /linux/fs/ |
| H A D | mpage.c | 286 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 D | buffer.c | 1108 bio = bio_alloc(bh->b_bdev, 1, opf, GFP_NOIO); in __bh_submit()
|
| /linux/mm/ |
| H A D | page_io.c | 454 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 D | xfs_verify_media.c | 335 bio = bio_alloc(btp->bt_bdev, 1, REQ_OP_READ, GFP_KERNEL); in xfs_verify_media()
|
| H A D | xfs_buf.c | 1294 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 D | passthru.c | 285 bio = bio_alloc(NULL, bio_max_segs(req->sg_cnt), req_op(rq), in nvmet_passthru_map_sg()
|
| H A D | zns.c | 580 bio = bio_alloc(req->ns->bdev, req->sg_cnt, opf, GFP_KERNEL); in nvmet_bdev_execute_zone_append()
|
| /linux/include/linux/ |
| H A D | bio.h | 363 static inline struct bio *bio_alloc(struct block_device *bdev, in bio_alloc() function
|
| /linux/drivers/block/xen-blkback/ |
| H A D | blkback.c | 1433 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 D | direct-io.c | 61 return bio_alloc(iter->iomap.bdev, nr_vecs, opf, GFP_KERNEL); in iomap_dio_alloc_bio()
|
| /linux/block/ |
| H A D | fops.c | 263 bio = bio_alloc(bdev, nr_pages, opf, GFP_KERNEL); in __blkdev_direct_IO()
|
| H A D | ioctl.c | 968 bio = bio_alloc(bdev, 0, REQ_OP_ZONE_RESET_ALL, in blkdev_cmd_zone_reset_all()
|
| H A D | bio.c | 384 return bio_chain_and_submit(bio, bio_alloc(bdev, nr_pages, opf, gfp)); in blk_next_bio()
|
| /linux/drivers/target/ |
| H A D | target_core_iblock.c | 427 bio = bio_alloc(ib_dev->ibd_bd, 0, REQ_OP_WRITE | REQ_PREFLUSH, in iblock_execute_sync_cache()
|
| /linux/fs/erofs/ |
| H A D | zdata.c | 1738 bio = bio_alloc(mdev.m_bdev, BIO_MAX_VECS, in z_erofs_submit_queue()
|
| /linux/fs/ntfs3/ |
| H A D | fsntfs.c | 1641 new = bio_alloc(bdev, BIO_MAX_VECS, REQ_OP_WRITE, GFP_NOFS); in ntfs_bio_fill_1()
|
| /linux/fs/btrfs/ |
| H A D | raid56.c | 1276 bio = bio_alloc(stripe->dev->bdev, in rbio_add_io_paddrs()
|
| /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()
|