Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/
Dloop.c958 bool nonrot = true; in loop_update_rotational() local
962 nonrot = blk_queue_nonrot(bdev_get_queue(file_bdev)); in loop_update_rotational()
964 if (nonrot) in loop_update_rotational()
/Linux-v5.10/drivers/md/
Draid1.c639 bool nonrot; in read_balance() local
705 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
706 has_nonrot_disk |= nonrot; in read_balance()
733 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.c6017 bool nonrot = true; in md_run() local
6022 nonrot = false; in md_run()
6027 nonrot = false; in md_run()
6028 if (nonrot) in md_run()
/Linux-v5.10/block/
Dblk-sysfs.c287 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1);