Searched refs:bio_reset (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/fs/crypto/ |
D | bio.c | 87 bio_reset(bio, inode->i_sb->s_bdev, REQ_OP_WRITE); in fscrypt_zeroout_range_inline_crypt() 186 bio_reset(bio, inode->i_sb->s_bdev, REQ_OP_WRITE); in fscrypt_zeroout_range()
|
/Linux-v6.1/drivers/md/bcache/ |
D | journal.c | 56 bio_reset(bio, ca->bdev, REQ_OP_READ); in journal_read_bucket() 793 bio_reset(bio, ca->bdev, REQ_OP_WRITE | in journal_write_unlocked()
|
D | request.c | 833 bio_reset(s->iop.bio, s->cache_miss->bi_bdev, REQ_OP_READ); in cached_dev_read_done()
|
/Linux-v6.1/block/ |
D | bio.c | 295 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf) in bio_reset() function 305 EXPORT_SYMBOL(bio_reset);
|
/Linux-v6.1/include/linux/ |
D | bio.h | 461 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf);
|
/Linux-v6.1/drivers/md/ |
D | raid1.c | 2165 bio_reset(b, conf->mirrors[i].rdev->bdev, REQ_OP_READ); in process_checks() 2647 bio_reset(bio, NULL, 0); in raid1_alloc_init_r1buf()
|
D | raid10.c | 2468 bio_reset(tbio, conf->mirrors[d].rdev->bdev, REQ_OP_WRITE); in sync_request_write() 3196 bio_reset(bio, NULL, 0); in raid10_alloc_init_r10buf() 3201 bio_reset(bio, NULL, 0); in raid10_alloc_init_r10buf()
|