Home
last modified time | relevance | path

Searched refs:bdev_nowait (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/block/
H A Dblk-core.c744 if ((bio->bi_opf & REQ_NOWAIT) && !bdev_nowait(bdev)) in submit_bio_noacct()
H A Dfops.c594 if (bdev_nowait(bdev)) in blkdev_open()
/openbmc/linux/include/linux/
H A Dblkdev.h1270 static inline bool bdev_nowait(struct block_device *bdev) in bdev_nowait() function
/openbmc/linux/drivers/md/
H A Ddm-table.c1867 return !bdev_nowait(dev->bdev); in device_not_nowait_capable()
H A Dmd.c5930 nowait = nowait && bdev_nowait(rdev->bdev); in md_run()
7101 if (!bdev_nowait(rdev->bdev)) { in hot_add_disk()