Searched refs:bio_reset (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/fs/crypto/ |
| D | bio.c | 85 bio_reset(bio, inode->i_sb->s_bdev, REQ_OP_WRITE); in fscrypt_zeroout_range_inline_crypt() 184 bio_reset(bio, inode->i_sb->s_bdev, REQ_OP_WRITE); in fscrypt_zeroout_range()
|
| /Linux-v6.6/drivers/md/bcache/ |
| 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 | 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.6/block/ |
| 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-v6.6/include/linux/ |
| D | bio.h | 470 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf);
|
| /Linux-v6.6/fs/btrfs/ |
| D | bio.c | 199 bio_reset(&repair_bbio->bio, NULL, REQ_OP_READ); in btrfs_end_repair_bio()
|
| /Linux-v6.6/drivers/md/ |
| D | raid10.c | 2477 bio_reset(tbio, conf->mirrors[d].rdev->bdev, REQ_OP_WRITE); in sync_request_write() 3212 bio_reset(bio, NULL, 0); in raid10_alloc_init_r10buf() 3217 bio_reset(bio, NULL, 0); in raid10_alloc_init_r10buf()
|
| D | raid1.c | 2160 bio_reset(b, conf->mirrors[i].rdev->bdev, REQ_OP_READ); in process_checks() 2644 bio_reset(bio, NULL, 0); in raid1_alloc_init_r1buf()
|