Searched refs:REQ_NOWAIT (Results 1 - 16 of 16) sorted by path

/linux-master/block/
H A Dblk-core.c344 if (bio->bi_opf & REQ_NOWAIT) {
757 * For a REQ_NOWAIT based request, return -EOPNOTSUPP
760 if ((bio->bi_opf & REQ_NOWAIT) && !bdev_nowait(bdev))
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) {
H A Dblk-mq.c448 if (data->cmd_flags & REQ_NOWAIT)
2469 if (rq->cmd_flags & REQ_NOWAIT)
2632 blk_mq_run_hw_queue(hctx, rq->cmd_flags & REQ_NOWAIT);
2872 if (bio->bi_opf & REQ_NOWAIT)
H A Dblk-zoned.c1053 if (bio->bi_opf & REQ_NOWAIT)
H A Dfops.c85 bio.bi_opf |= REQ_NOWAIT;
227 bio->bi_opf |= REQ_NOWAIT;
347 bio->bi_opf |= REQ_NOWAIT;
/linux-master/drivers/block/
H A Dbrd.c204 gfp_t gfp = opf & REQ_NOWAIT ? GFP_NOWAIT : GFP_NOIO;
243 if (err == -ENOMEM && bio->bi_opf & REQ_NOWAIT) {
/linux-master/drivers/md/
H A Ddm.c1729 if (unlikely(ci->bio->bi_opf & REQ_NOWAIT)) {
1827 if (unlikely(bio->bi_opf & REQ_NOWAIT) && !is_abnormal) {
1887 if (bio->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,
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.c5729 if (WARN_ON_ONCE(bi->bi_opf & REQ_NOWAIT))
6113 /* Bail out if conflicts with reshape and REQ_NOWAIT is set */
6114 if ((bi->bi_opf & REQ_NOWAIT) &&
/linux-master/drivers/nvme/host/
H A Dioctl.c488 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;
/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/include/linux/
H A Dbio.h824 bio->bi_opf |= REQ_NOWAIT;
H A Dblk_types.h398 #define REQ_NOWAIT (__force blk_opf_t)(1ULL << __REQ_NOWAIT) macro

Completed in 559 milliseconds