Searched refs:bio_reset (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/fs/crypto/ |
| H A D | bio.c | 85 bio_reset(bio, inode->i_sb->s_bdev, REQ_OP_WRITE); in fscrypt_zeroout_range_inline_crypt() 189 bio_reset(bio, inode->i_sb->s_bdev, REQ_OP_WRITE); in fscrypt_zeroout_range()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs-io-direct.c | 555 bio_reset(bio, NULL, REQ_OP_WRITE | REQ_SYNC | REQ_IDLE); in bch2_dio_write_loop() 572 bio_reset(&dio->op.wbio.bio, NULL, REQ_OP_WRITE); in bch2_dio_write_continue()
|
| H A D | super-io.c | 717 bio_reset(sb->bio, sb->bdev, REQ_OP_READ|REQ_SYNC|REQ_META); in read_one_super() 862 bio_reset(sb->bio, sb->bdev, REQ_OP_READ|REQ_SYNC|REQ_META); in __bch2_read_super() 974 bio_reset(bio, ca->disk_sb.bdev, REQ_OP_READ|REQ_SYNC|REQ_META); in read_back_super() 997 bio_reset(bio, ca->disk_sb.bdev, REQ_OP_WRITE|REQ_SYNC|REQ_META); in write_one_super()
|
| H A D | btree_node_scan.c | 166 bio_reset(bio, ca->disk_sb.bdev, REQ_OP_READ); in try_read_btree_node()
|
| H A D | journal_io.c | 1800 bio_reset(bio, ca->disk_sb.bdev, REQ_OP_WRITE|REQ_SYNC|REQ_META); in CLOSURE_CALLBACK() 1852 bio_reset(bio, ca->disk_sb.bdev, in CLOSURE_CALLBACK()
|
| H A D | btree_io.c | 1335 bio_reset(bio, NULL, REQ_OP_READ|REQ_SYNC|REQ_META); in btree_node_read_work()
|
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | vio.c | 209 bio_reset(bio, bio->bi_bdev, bi_opf); in vio_reset_bio_with_size()
|
| H A D | data-vio.c | 1560 bio_reset(vio->bio, vio->bio->bi_bdev, opf); in read_block()
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | journal.c | 56 bio_reset(bio, ca->bdev, REQ_OP_READ); in journal_read_bucket() 794 bio_reset(bio, ca->bdev, REQ_OP_WRITE |
|
| H A D | request.c | 847 bio_reset(s->iop.bio, s->cache_miss->bi_bdev, REQ_OP_READ); in CLOSURE_CALLBACK()
|
| /linux-6.15/include/linux/ |
| H A D | bio.h | 410 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf);
|
| /linux-6.15/block/ |
| H A D | bio.c | 300 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf) in bio_reset() function 310 EXPORT_SYMBOL(bio_reset);
|
| /linux-6.15/fs/btrfs/ |
| H A D | bio.c | 176 bio_reset(&repair_bbio->bio, NULL, REQ_OP_READ); in btrfs_end_repair_bio()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_zone_gc.c | 824 bio_reset(&chunk->bio, mp->m_rtdev_targp->bt_bdev, REQ_OP_WRITE); in xfs_zone_gc_write_chunk()
|
| /linux-6.15/drivers/md/ |
| H A D | raid10.c | 2416 bio_reset(tbio, conf->mirrors[d].rdev->bdev, REQ_OP_WRITE); in sync_request_write() 3086 bio_reset(bio, NULL, 0); in raid10_alloc_init_r10buf() 3091 bio_reset(bio, NULL, 0); in raid10_alloc_init_r10buf()
|
| H A D | raid1.c | 2276 bio_reset(b, conf->mirrors[i].rdev->bdev, REQ_OP_READ); in process_checks() 2762 bio_reset(bio, NULL, 0); in raid1_alloc_init_r1buf()
|