Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-core.c763 if ((bio->bi_opf & REQ_NOWAIT) && !bdev_nowait(bdev)) in submit_bio_noacct()
H A Dbdev.c944 if (bdev_nowait(bdev)) in bdev_open()
/linux/include/linux/
H A Dblkdev.h1337 static inline bool bdev_nowait(struct block_device *bdev) in bdev_nowait() function
/linux/drivers/md/
H A Dmd.c6078 nowait = nowait && bdev_nowait(rdev->bdev); in md_run()