Home
last modified time | relevance | path

Searched refs:REQ_NOWAIT (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/block/
Dfops.c95 bio.bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO_simple()
232 bio->bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO()
347 bio->bi_opf |= REQ_POLLED | REQ_NOWAIT; in __blkdev_direct_IO_async()
352 bio->bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO_async()
Dblk-core.c323 if (bio->bi_opf & REQ_NOWAIT) { in __bio_queue_enter()
709 bio->bi_opf |= REQ_NOWAIT; in submit_bio_noacct()
715 if ((bio->bi_opf & REQ_NOWAIT) && !bdev_nowait(bdev)) in submit_bio_noacct()
Dblk-mq.c451 if (data->cmd_flags & REQ_NOWAIT) in __blk_mq_alloc_requests()
2818 if (bio->bi_opf & REQ_NOWAIT) in blk_mq_get_new_requests()
/Linux-v6.1/include/linux/
Dblk_types.h445 #define REQ_NOWAIT (__force blk_opf_t)(1ULL << __REQ_NOWAIT) macro
Dbio.h782 bio->bi_opf |= REQ_NOWAIT; in bio_set_polled()
/Linux-v6.1/fs/
Ddirect-io.c499 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()
1205 dio->opf |= REQ_NOWAIT; in __blockdev_direct_IO()
/Linux-v6.1/drivers/md/
Ddm.c715 if (bio_opf & REQ_NOWAIT) in dm_get_live_table_bio()
724 if (bio_opf & REQ_NOWAIT) in dm_put_live_table_bio()
1699 if (unlikely((ci->bio->bi_opf & REQ_NOWAIT) != 0) && in __split_and_process_bio()
1812 if (bio->bi_opf & REQ_NOWAIT) in dm_submit_bio()
Draid1.c1254 bio->bi_opf & REQ_NOWAIT)) { in raid1_read_request()
1357 if (bio->bi_opf & REQ_NOWAIT) { in raid1_write_request()
1379 bio->bi_opf & REQ_NOWAIT)) { in raid1_write_request()
1482 if (bio->bi_opf & REQ_NOWAIT) { in raid1_write_request()
Draid10.c1153 if (!wait_barrier(conf, bio->bi_opf & REQ_NOWAIT)) { in regular_request_wait()
1161 if (bio->bi_opf & REQ_NOWAIT) { in regular_request_wait()
1414 if (bio->bi_opf & REQ_NOWAIT) { in raid10_write_request()
1443 if (bio->bi_opf & REQ_NOWAIT) { in raid10_write_request()
1669 if (WARN_ON_ONCE(bio->bi_opf & REQ_NOWAIT)) { in raid10_handle_discard()
Draid5.c5796 if (WARN_ON_ONCE(bi->bi_opf & REQ_NOWAIT)) in make_discard_request()
6142 if ((bi->bi_opf & REQ_NOWAIT) && in raid5_make_request()
Dmd.c400 if (bio->bi_opf & REQ_NOWAIT) { in md_handle_request()
/Linux-v6.1/drivers/nvme/host/
Dioctl.c517 rq_flags = REQ_NOWAIT; in nvme_uring_cmd_io()