Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
Dloop.c909 bool nonrot = true; in loop_update_rotational() local
913 nonrot = blk_queue_nonrot(bdev_get_queue(file_bdev)); in loop_update_rotational()
915 if (nonrot) in loop_update_rotational()
/Linux-v5.4/drivers/md/
Draid1.c622 bool nonrot; in read_balance() local
688 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
689 has_nonrot_disk |= nonrot; in read_balance()
716 if (nonrot && opt_iosize > 0 && in read_balance()
Draid10.c747 bool nonrot; in read_balance() local
798 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
799 has_nonrot_disk |= nonrot; in read_balance()
801 if (min_pending > pending && nonrot) { in read_balance()
Dmd.c5749 bool nonrot = true; in md_run() local
5754 nonrot = false; in md_run()
5759 nonrot = false; in md_run()
5760 if (nonrot) in md_run()
/Linux-v5.4/block/
Dblk-sysfs.c279 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1);