Lines Matching refs:bi_opf

488 			    (bio->bi_opf & MD_FAILFAST)) {  in raid10_end_write_request()
1122 if (!wait_barrier(conf, bio->bi_opf & REQ_NOWAIT)) { in regular_request_wait()
1130 if (bio->bi_opf & REQ_NOWAIT) { in regular_request_wait()
1150 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_read_request()
1231 read_bio->bi_opf = op | do_sync; in raid10_read_request()
1234 read_bio->bi_opf |= MD_FAILFAST; in raid10_read_request()
1251 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_write_one_disk()
1252 const blk_opf_t do_fua = bio->bi_opf & REQ_FUA; in raid10_write_one_disk()
1253 const blk_opf_t do_atomic = bio->bi_opf & REQ_ATOMIC; in raid10_write_one_disk()
1272 mbio->bi_opf = op | do_sync | do_fua | do_atomic; in raid10_write_one_disk()
1276 mbio->bi_opf |= MD_FAILFAST; in raid10_write_one_disk()
1363 if (bio->bi_opf & REQ_NOWAIT) { in raid10_write_request()
1392 if (bio->bi_opf & REQ_NOWAIT) { in raid10_write_request()
1466 if (bio->bi_opf & REQ_ATOMIC) { in raid10_write_request()
1634 if (WARN_ON_ONCE(bio->bi_opf & REQ_NOWAIT)) { in raid10_handle_discard()
1876 if (unlikely(bio->bi_opf & REQ_PREFLUSH) in raid10_make_request()
2439 tbio->bi_opf |= MD_FAILFAST; in sync_request_write()
2834 wbio->bi_opf = REQ_OP_WRITE; in narrow_write_error()
3440 bio->bi_opf = REQ_OP_READ; in raid10_sync_request()
3442 bio->bi_opf |= MD_FAILFAST; in raid10_sync_request()
3465 bio->bi_opf = REQ_OP_WRITE; in raid10_sync_request()
3486 bio->bi_opf = REQ_OP_WRITE; in raid10_sync_request()
3542 if (r10_bio->devs[0].bio->bi_opf & MD_FAILFAST) { in raid10_sync_request()
3556 r10_bio->devs[0].bio->bi_opf in raid10_sync_request()
3641 bio->bi_opf = REQ_OP_READ; in raid10_sync_request()
3643 bio->bi_opf |= MD_FAILFAST; in raid10_sync_request()
3662 bio->bi_opf = REQ_OP_WRITE; in raid10_sync_request()
3664 bio->bi_opf |= MD_FAILFAST; in raid10_sync_request()
4863 b->bi_opf = REQ_OP_WRITE; in reshape_request()