Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/block/
H A Dloop.c945 bool nonrot = true; in loop_update_rotational() local
949 nonrot = blk_queue_nonrot(bdev_get_queue(file_bdev)); in loop_update_rotational()
951 if (nonrot) in loop_update_rotational()
/OK3568_Linux_fs/kernel/drivers/md/
H A 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()
H A 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()
H A Dmd.c6015 bool nonrot = true; in md_run() local
6020 nonrot = false; in md_run()
6025 nonrot = false; in md_run()
6026 if (nonrot) in md_run()
/OK3568_Linux_fs/kernel/block/
H A Dblk-sysfs.c287 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1);