Searched refs:bio_reset (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_verify_media.c | 345 bio_reset(bio, btp->bt_bdev, REQ_OP_READ); in xfs_verify_media()
|
| /linux/block/ |
| H A D | bio.c | 274 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf) in bio_reset() function 287 EXPORT_SYMBOL(bio_reset); 314 bio_reset(bio, bio->bi_bdev, opf); in bio_reuse()
|
| /linux/drivers/md/bcache/ |
| H A D | request.c | 847 bio_reset(s->iop.bio, s->cache_miss->bi_bdev, REQ_OP_READ); in CLOSURE_CALLBACK()
|
| /linux/drivers/md/ |
| H A D | raid10.c | 2415 bio_reset(tbio, conf->mirrors[d].rdev->bdev, REQ_OP_WRITE); in sync_request_write() 3067 bio_reset(bio, NULL, 0); in raid10_alloc_init_r10buf() 3072 bio_reset(bio, NULL, 0); in raid10_alloc_init_r10buf()
|
| H A D | raid1.c | 2283 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()
|