Symbol: REQ_NOWAIT
block/blk-core.c
338
if (bio->bi_opf & REQ_NOWAIT) {
block/blk-core.c
792
if ((bio->bi_opf & REQ_NOWAIT) && !bdev_nowait(bdev))
block/blk-merge.c
392
if (bio->bi_opf & REQ_NOWAIT)
block/blk-mq.c
2611
if (rq->cmd_flags & REQ_NOWAIT)
block/blk-mq.c
2781
blk_mq_run_hw_queue(hctx, rq->cmd_flags & REQ_NOWAIT);
block/blk-mq.c
3216
if (bio->bi_opf & REQ_NOWAIT)
block/blk-mq.c
548
if (data->cmd_flags & REQ_NOWAIT)
block/blk-zoned.c
1438
if (bio->bi_opf & REQ_NOWAIT)
block/blk-zoned.c
1443
if (bio->bi_opf & REQ_NOWAIT)
block/blk-zoned.c
1457
if (bio->bi_opf & REQ_NOWAIT) {
block/blk-zoned.c
1458
bio->bi_opf &= ~REQ_NOWAIT;
block/blk-zoned.c
1554
if (WARN_ON_ONCE(bio->bi_opf & REQ_NOWAIT))
block/blk-zoned.c
1555
bio->bi_opf &= ~REQ_NOWAIT;
block/fops.c
238
bio->bi_opf |= REQ_NOWAIT;
block/fops.c
379
bio->bi_opf |= REQ_NOWAIT;
block/fops.c
96
bio.bi_opf |= REQ_NOWAIT;
block/ioctl.c
936
bio->bi_opf |= REQ_NOWAIT;
drivers/block/brd.c
173
if (PTR_ERR(page) == -ENOMEM && (opf & REQ_NOWAIT))
drivers/block/brd.c
88
gfp_t gfp = (opf & REQ_NOWAIT) ? GFP_NOWAIT : GFP_NOIO;
drivers/block/loop.c
1910
if (rq->cmd_flags & REQ_NOWAIT)
drivers/block/loop.c
1911
rq->cmd_flags &= ~REQ_NOWAIT;
drivers/block/zloop.c
566
if (rq->cmd_flags & REQ_NOWAIT)
drivers/block/zloop.c
567
rq->cmd_flags &= ~REQ_NOWAIT;
drivers/md/dm.c
1750
if (unlikely(ci->bio->bi_opf & REQ_NOWAIT)) {
drivers/md/dm.c
1983
if (unlikely(bio->bi_opf & REQ_NOWAIT) && !is_abnormal) {
drivers/md/dm.c
2081
if (bio->bi_opf & REQ_NOWAIT)
drivers/md/md.c
403
if (bio->bi_opf & REQ_NOWAIT) {
drivers/md/raid1-10.c
299
return !(bio->bi_opf & (REQ_RAHEAD | REQ_NOWAIT));
drivers/md/raid1.c
1334
bio->bi_opf & REQ_NOWAIT)) {
drivers/md/raid1.c
1397
read_bio->bi_opf &= ~REQ_NOWAIT;
drivers/md/raid1.c
1436
if (bio->bi_opf & REQ_NOWAIT)
drivers/md/raid1.c
1491
if (bio->bi_opf & REQ_NOWAIT) {
drivers/md/raid1.c
1513
bio->bi_opf & REQ_NOWAIT)) {
drivers/md/raid1.c
1650
mbio->bi_opf &= ~REQ_NOWAIT;
drivers/md/raid10.c
1126
if (!wait_barrier(conf, bio->bi_opf & REQ_NOWAIT)) {
drivers/md/raid10.c
1134
if (bio->bi_opf & REQ_NOWAIT) {
drivers/md/raid10.c
1226
read_bio->bi_opf &= ~REQ_NOWAIT;
drivers/md/raid10.c
1260
mbio->bi_opf &= ~REQ_NOWAIT;
drivers/md/raid10.c
1358
if (bio->bi_opf & REQ_NOWAIT) {
drivers/md/raid10.c
1390
if (bio->bi_opf & REQ_NOWAIT) {
drivers/md/raid10.c
1626
if (!wait_barrier(conf, bio->bi_opf & REQ_NOWAIT)) {
drivers/md/raid5.c
5697
if (WARN_ON_ONCE(bi->bi_opf & REQ_NOWAIT))
drivers/md/raid5.c
6148
if ((bi->bi_opf & REQ_NOWAIT) &&
drivers/nvme/host/ioctl.c
509
rq_flags |= REQ_NOWAIT;
drivers/nvme/host/multipath.c
170
bio->bi_opf &= ~REQ_NOWAIT;
fs/direct-io.c
1184
dio->opf |= REQ_NOWAIT;
fs/direct-io.c
506
if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT))
include/linux/bio.h
715
bio->bi_opf |= REQ_NOWAIT;