Searched refs:bio_reset (Results 1 - 15 of 15) sorted by relevance

/linux-master/fs/crypto/
H A Dbio.c85 bio_reset(bio, inode->i_sb->s_bdev, REQ_OP_WRITE);
189 bio_reset(bio, inode->i_sb->s_bdev, REQ_OP_WRITE);
/linux-master/drivers/md/dm-vdo/
H A Dvio.c200 bio_reset(bio, bio->bi_bdev, bi_opf);
H A Ddata-vio.c1586 bio_reset(vio->bio, vio->bio->bi_bdev, opf);
/linux-master/fs/bcachefs/
H A Dsuper-io.c628 bio_reset(sb->bio, sb->bdev, REQ_OP_READ|REQ_SYNC|REQ_META);
771 bio_reset(sb->bio, sb->bdev, REQ_OP_READ|REQ_SYNC|REQ_META);
879 bio_reset(bio, ca->disk_sb.bdev, REQ_OP_READ|REQ_SYNC|REQ_META);
903 bio_reset(bio, ca->disk_sb.bdev, REQ_OP_WRITE|REQ_SYNC|REQ_META);
H A Dfs-io-direct.c541 bio_reset(bio, NULL, REQ_OP_WRITE | REQ_SYNC | REQ_IDLE);
558 bio_reset(&dio->op.wbio.bio, NULL, REQ_OP_WRITE);
H A Dbtree_node_scan.c123 bio_reset(bio, ca->disk_sb.bdev, REQ_OP_READ);
H A Djournal_io.c1747 bio_reset(bio, ca->disk_sb.bdev, REQ_OP_WRITE|REQ_SYNC|REQ_META);
1792 bio_reset(bio, ca->disk_sb.bdev,
H A Dbtree_io.c1297 bio_reset(bio, NULL, REQ_OP_READ|REQ_SYNC|REQ_META);
/linux-master/drivers/md/bcache/
H A Djournal.c56 bio_reset(bio, ca->bdev, REQ_OP_READ);
794 bio_reset(bio, ca->bdev, REQ_OP_WRITE |
H A Drequest.c833 bio_reset(s->iop.bio, s->cache_miss->bi_bdev, REQ_OP_READ);
/linux-master/include/linux/
H A Dbio.h475 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf);
/linux-master/block/
H A Dbio.c289 * bio_reset - reinitialize a bio
295 * After calling bio_reset(), @bio will be in the same state as a freshly
300 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf) function
310 EXPORT_SYMBOL(bio_reset); variable
/linux-master/fs/btrfs/
H A Dbio.c204 bio_reset(&repair_bbio->bio, NULL, REQ_OP_READ);
/linux-master/drivers/md/
H A Draid10.c2386 bio_reset(tbio, conf->mirrors[d].rdev->bdev, REQ_OP_WRITE);
3061 bio_reset(bio, NULL, 0);
3066 bio_reset(bio, NULL, 0);
H A Draid1.c2263 bio_reset(b, conf->mirrors[i].rdev->bdev, REQ_OP_READ);
2742 bio_reset(bio, NULL, 0);

Completed in 385 milliseconds