Searched refs:bi_opf (Results 76 - 100 of 105) sorted by relevance

12345

/linux-master/drivers/md/bcache/
H A Dsuper.c294 bio->bi_opf = REQ_OP_WRITE | REQ_SYNC | REQ_META;
432 bio->bi_opf = opf | REQ_SYNC | REQ_META;
603 bio->bi_opf = opf | REQ_SYNC | REQ_META;
H A Dbtree.c257 bio->bi_opf = REQ_OP_READ | REQ_META;
353 b->bio->bi_opf = REQ_OP_WRITE | REQ_META | REQ_FUA;
/linux-master/drivers/md/dm-vdo/
H A Ddata-vio.c577 if (data_vio->user_bio->bi_opf & REQ_FUA)
1578 blk_opf_t opf = ((data_vio->user_bio->bi_opf & PASSTHROUGH_FLAGS) | REQ_OP_READ);
H A Ddm-vdo-target.c910 if ((bio_op(bio) == REQ_OP_FLUSH) || ((bio->bi_opf & REQ_PREFLUSH) != 0)) {
/linux-master/drivers/md/
H A Draid0.c597 if (unlikely(bio->bi_opf & REQ_PREFLUSH)
H A Ddm-kcopyd.c559 .bi_opf = job->op,
H A Ddm-era-target.c1575 if (!(bio->bi_opf & REQ_PREFLUSH) &&
H A Dmd.c374 if (bio->bi_opf & REQ_NOWAIT) {
429 bio->bi_opf &= ~REQ_NOMERGE;
619 bio->bi_opf &= ~REQ_PREFLUSH;
670 bio->bi_opf &= ~REQ_PREFLUSH;
1019 && (bio->bi_opf & MD_FAILFAST)) {
1067 bio->bi_opf |= MD_FAILFAST;
H A Ddm-mpath.c662 bio->bi_opf |= REQ_FAILFAST_TRANSPORT;
H A Ddm-crypt.c1690 clone = bio_alloc_bioset(cc->dev->bdev, nr_iovecs, io->base_bio->bi_opf,
3483 if (unlikely(bio->bi_opf & REQ_PREFLUSH ||
/linux-master/block/
H A Dblk-iolatency.c481 (bio->bi_opf & REQ_SWAP) == REQ_SWAP);
H A Dbfq-iosched.c2469 bfqd->bio_bfqq = bic_to_bfqq(bic, op_is_sync(bio->bi_opf),
3231 bool is_sync = op_is_sync(bio->bi_opf);
H A Dblk-iocost.c2683 (bio->bi_opf & REQ_SWAP) == REQ_SWAP);
2784 (bio->bi_opf & REQ_SWAP) == REQ_SWAP);
/linux-master/fs/
H A Ddirect-io.c507 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT))
/linux-master/fs/bcachefs/
H A Dfs-io-direct.c140 bio->bi_opf = REQ_OP_READ|REQ_SYNC;
H A Djournal_io.c1735 bio->bi_opf |= REQ_FUA;
1737 bio->bi_opf |= REQ_PREFLUSH;
H A Dmove.c334 io->rbio.bio.bi_opf = REQ_OP_READ;
H A Dtrace.h195 blk_fill_rwbs(__entry->rwbs, bio->bi_opf);
/linux-master/fs/xfs/
H A Dxfs_log.c1909 iclog->ic_bio.bi_opf |= REQ_PREFLUSH;
1926 iclog->ic_bio.bi_opf |= REQ_FUA;
/linux-master/fs/erofs/
H A Dzdata.c1675 bio->bi_opf |= REQ_RAHEAD;
/linux-master/fs/iomap/
H A Dbuffered-io.c430 ctx->bio->bi_opf |= REQ_RAHEAD;
/linux-master/fs/btrfs/
H A Ddisk-io.c3640 if (bio->bi_opf & REQ_FUA)
3821 bio->bi_opf |= REQ_FUA;
/linux-master/fs/f2fs/
H A Ddata.c633 io->bio->bi_opf |= REQ_META | REQ_PRIO | REQ_SYNC;
635 io->bio->bi_opf |= REQ_PREFLUSH | REQ_FUA;
/linux-master/drivers/block/drbd/
H A Ddrbd_worker.c261 if (bio->bi_opf & REQ_RAHEAD)
/linux-master/drivers/scsi/
H A Dscsi_lib.c743 if ((bio->bi_opf & ff) != ff)

Completed in 700 milliseconds

12345