Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dloop.c935 bool nonrot = true; in loop_update_rotational() local
939 nonrot = bdev_nonrot(file_bdev); in loop_update_rotational()
941 if (nonrot) in loop_update_rotational()
/openbmc/linux/drivers/md/
H A Draid1.c638 bool nonrot; in read_balance() local
704 nonrot = bdev_nonrot(rdev->bdev); in read_balance()
705 has_nonrot_disk |= nonrot; in read_balance()
732 if (nonrot && opt_iosize > 0 && in read_balance()
H A Draid10.c767 bool nonrot; in read_balance() local
826 nonrot = bdev_nonrot(rdev->bdev); in read_balance()
827 has_nonrot_disk |= nonrot; in read_balance()
829 if (min_pending > pending && nonrot) { in read_balance()
H A Dmd.c6065 bool nonrot = true; in md_run() local
6069 nonrot = false; in md_run()
6074 nonrot = false; in md_run()
6075 if (nonrot) in md_run()
/openbmc/linux/block/
H A Dblk-sysfs.c304 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1);