REQ_ATOMIC
if (bio->bi_opf & REQ_ATOMIC)
if (WARN_ON_ONCE(bio->bi_opf & REQ_ATOMIC && size))
if (bio->bi_opf & REQ_ATOMIC) {
bool is_atomic = bio->bi_opf & REQ_ATOMIC;
if (bio->bi_opf & REQ_ATOMIC)
bool is_atomic = rq->cmd_flags & REQ_ATOMIC;
return (rq->cmd_flags & REQ_ATOMIC) == (bio->bi_opf & REQ_ATOMIC);
return (rq->cmd_flags & REQ_ATOMIC) == (next->cmd_flags & REQ_ATOMIC);
if (rq->cmd_flags & REQ_ATOMIC)
bio->bi_opf |= REQ_ATOMIC;
bio.bi_opf |= REQ_ATOMIC;
(bio->bi_opf & REQ_ATOMIC);
WARN_ON_ONCE(opf & REQ_ATOMIC && remaining);
blk_opf_t op_flags = bio->bi_opf & (REQ_FUA | REQ_PREFLUSH | REQ_ATOMIC);
BUG_ON(bio->bi_opf & REQ_ATOMIC);
if (ci->bio->bi_opf & REQ_ATOMIC) {
if (bio->bi_opf & REQ_ATOMIC)
if (bio->bi_opf & REQ_ATOMIC)
if (req->cmd_flags & REQ_ATOMIC && !nvme_valid_atomic_write(req))
} else if (rq->cmd_flags & REQ_ATOMIC) {
opf |= REQ_ATOMIC;
if ((op & REQ_ATOMIC) && WARN_ON_ONCE(ret != iomap_length(iter))) {
bio_opf |= REQ_ATOMIC;
if (opf & REQ_ATOMIC)