Home
last modified time | relevance | path

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

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