Searched refs:REQ_ATOMIC (Results 1 – 7 of 7) sorted by relevance
206 bool is_atomic = bio->bi_opf & REQ_ATOMIC; in get_max_io_size()344 if (bio->bi_opf & REQ_ATOMIC) in bio_split_rw_at()605 bool is_atomic = rq->cmd_flags & REQ_ATOMIC; in blk_rq_get_max_sectors()823 return (rq->cmd_flags & REQ_ATOMIC) == (bio->bi_opf & REQ_ATOMIC); in blk_atomic_write_mergeable_rq_bio()829 return (rq->cmd_flags & REQ_ATOMIC) == (next->cmd_flags & REQ_ATOMIC); in blk_atomic_write_mergeable_rqs()
80 bio.bi_opf |= REQ_ATOMIC; in __blkdev_direct_IO_simple()353 bio->bi_opf |= REQ_ATOMIC; in __blkdev_direct_IO_async()
197 if (rq->cmd_flags & REQ_ATOMIC) in blk_queue_get_max_sectors()
804 if (bio->bi_opf & REQ_ATOMIC) { in submit_bio_noacct()
412 #define REQ_ATOMIC (__force blk_opf_t)(1ULL << __REQ_ATOMIC) macro
1384 } else if (rq->cmd_flags & REQ_ATOMIC) { in sd_setup_read_write_cmnd()
988 if (req->cmd_flags & REQ_ATOMIC && !nvme_valid_atomic_write(req)) in nvme_setup_rw()
Completed in 40 milliseconds