Lines Matching refs:bi_opf
602 const int ff = bio->bi_opf & REQ_FAILFAST_MASK; in bio_attempt_back_merge()
624 const int ff = bio->bi_opf & REQ_FAILFAST_MASK; in bio_attempt_front_merge()
747 bio_devname(bio, b), bio->bi_opf, in handle_bad_sector()
794 if (op_is_flush(bio->bi_opf) && !bio_sectors(bio)) in bio_check_ro()
892 if ((bio->bi_opf & REQ_NOWAIT) && !queue_is_mq(q)) in generic_make_request_checks()
913 if (op_is_flush(bio->bi_opf) && in generic_make_request_checks()
915 bio->bi_opf &= ~(REQ_PREFLUSH | REQ_FUA); in generic_make_request_checks()
923 bio->bi_opf &= ~REQ_HIPRI; in generic_make_request_checks()
1055 blk_mq_req_flags_t flags = bio->bi_opf & REQ_NOWAIT ? in generic_make_request()
1084 (bio->bi_opf & REQ_NOWAIT))) in generic_make_request()
1111 bool nowait = bio->bi_opf & REQ_NOWAIT; in direct_make_request()
1298 if ((bio->bi_opf & ff) != ff) in blk_rq_err_bytes()
1493 req->cmd_flags |= req->bio->bi_opf & REQ_FAILFAST_MASK; in blk_update_request()
1795 FIELD_SIZEOF(struct bio, bi_opf)); in blk_dev_init()