Searched refs:REQ_NOWAIT (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/block/
H A Dbrd.c222 gfp_t gfp = opf & REQ_NOWAIT ? GFP_NOWAIT : GFP_NOIO;
261 if (err == -ENOMEM && bio->bi_opf & REQ_NOWAIT) {
/linux-master/include/linux/
H A Dblk_types.h410 #define REQ_NOWAIT (__force blk_opf_t)(1ULL << __REQ_NOWAIT) macro
H A Dbio.h817 bio->bi_opf |= REQ_NOWAIT;
/linux-master/block/
H A Dfops.c88 bio.bi_opf |= REQ_NOWAIT;
234 bio->bi_opf |= REQ_NOWAIT;
357 bio->bi_opf |= REQ_NOWAIT;
H A Dblk-core.c344 if (bio->bi_opf & REQ_NOWAIT) {
752 * For a REQ_NOWAIT based request, return -EOPNOTSUPP
755 if ((bio->bi_opf & REQ_NOWAIT) && !bdev_nowait(bdev))
H A Dblk-mq.c447 if (data->cmd_flags & REQ_NOWAIT)
2487 if (rq->cmd_flags & REQ_NOWAIT)
2650 blk_mq_run_hw_queue(hctx, rq->cmd_flags & REQ_NOWAIT);
2890 if (bio->bi_opf & REQ_NOWAIT)
H A Dblk-merge.c309 * We can't sanely support splitting for a REQ_NOWAIT bio. End it
312 if (bio->bi_opf & REQ_NOWAIT) {
/linux-master/fs/
H A Ddirect-io.c507 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT))
1190 dio->opf |= REQ_NOWAIT;
/linux-master/drivers/md/
H A Ddm.c1742 if (unlikely(ci->bio->bi_opf & REQ_NOWAIT)) {
1800 if (unlikely(bio->bi_opf & REQ_NOWAIT) && !is_abnormal) {
1860 if (bio->bi_opf & REQ_NOWAIT)
H A Draid1.c1343 bio->bi_opf & REQ_NOWAIT)) {
1441 if (bio->bi_opf & REQ_NOWAIT) {
1463 bio->bi_opf & REQ_NOWAIT)) {
1564 if (bio->bi_opf & REQ_NOWAIT) {
H A Draid10.c1125 /* Bail out if REQ_NOWAIT is set for the bio */
1126 if (!wait_barrier(conf, bio->bi_opf & REQ_NOWAIT)) {
1134 if (bio->bi_opf & REQ_NOWAIT) {
1358 /* Bail out if REQ_NOWAIT is set for the bio */
1359 if (bio->bi_opf & REQ_NOWAIT) {
1388 if (bio->bi_opf & REQ_NOWAIT) {
1603 if (WARN_ON_ONCE(bio->bi_opf & REQ_NOWAIT)) {
H A Draid5.c5730 if (WARN_ON_ONCE(bi->bi_opf & REQ_NOWAIT))
6114 /* Bail out if conflicts with reshape and REQ_NOWAIT is set */
6115 if ((bi->bi_opf & REQ_NOWAIT) &&
H A Dmd.c373 /* Bail out if REQ_NOWAIT is set for the bio */
374 if (bio->bi_opf & REQ_NOWAIT) {
7169 * If the new disk does not support REQ_NOWAIT,
/linux-master/drivers/nvme/host/
H A Dioctl.c481 rq_flags |= REQ_NOWAIT;
H A Dmultipath.c111 * the bio to may be frozen temporarily, in this case REQ_NOWAIT
116 bio->bi_opf &= ~REQ_NOWAIT;

Completed in 262 milliseconds