Searched refs:REQ_ATOMIC (Results 1 – 15 of 15) sorted by relevance
200 bool is_atomic = bio->bi_opf & REQ_ATOMIC; in get_max_io_size()348 if (bio->bi_opf & REQ_ATOMIC) in bio_split_rw_at()593 bool is_atomic = rq->cmd_flags & REQ_ATOMIC; in blk_rq_get_max_sectors()811 return (rq->cmd_flags & REQ_ATOMIC) == (bio->bi_opf & REQ_ATOMIC); in blk_atomic_write_mergeable_rq_bio()817 return (rq->cmd_flags & REQ_ATOMIC) == (next->cmd_flags & REQ_ATOMIC); in blk_atomic_write_mergeable_rqs()
78 bio.bi_opf |= REQ_ATOMIC; in __blkdev_direct_IO_simple()371 bio->bi_opf |= REQ_ATOMIC; in __blkdev_direct_IO_async()
208 if (rq->cmd_flags & REQ_ATOMIC) in blk_queue_get_max_sectors()
1584 if (bio->bi_opf & REQ_ATOMIC) in bio_split()1617 if (WARN_ON_ONCE(bio->bi_opf & REQ_ATOMIC && size)) in bio_trim()
824 if (bio->bi_opf & REQ_ATOMIC) { in submit_bio_noacct()
412 #define REQ_ATOMIC (__force blk_opf_t)(1ULL << __REQ_ATOMIC) macro
360 bio_opf |= REQ_ATOMIC; in iomap_dio_bio_iter()455 if (WARN_ON_ONCE((bio_opf & REQ_ATOMIC) && n != length)) { in iomap_dio_bio_iter()
382 WARN_ON_ONCE(opf & REQ_ATOMIC && remaining); in do_region()
659 blk_opf_t op_flags = bio->bi_opf & (REQ_FUA | REQ_PREFLUSH | REQ_ATOMIC); in do_write()
1752 if (ci->bio->bi_opf & REQ_ATOMIC && len != ci->sector_count) in __split_and_process_bio()
1565 if (bio->bi_opf & REQ_ATOMIC) { in raid1_write_request()
1459 if (bio->bi_opf & REQ_ATOMIC) { in raid10_write_request()
524 flag REQ_ATOMIC must be set.
1380 } else if (rq->cmd_flags & REQ_ATOMIC) { in sd_setup_read_write_cmnd()
994 if (req->cmd_flags & REQ_ATOMIC && !nvme_valid_atomic_write(req)) in nvme_setup_rw()