Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-sysfs.c221 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1);
/linux-4.1.27/drivers/md/
Draid1.c555 bool nonrot; in read_balance() local
615 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
616 has_nonrot_disk |= nonrot; in read_balance()
643 if (nonrot && opt_iosize > 0 && in read_balance()