Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dloop.c938 bool nonrot = true; in loop_update_rotational() local
942 nonrot = bdev_nonrot(file_bdev); in loop_update_rotational()
944 if (nonrot) in loop_update_rotational()
/openbmc/linux/drivers/md/
H A Draid1.c643 bool nonrot; in read_balance() local
709 nonrot = bdev_nonrot(rdev->bdev); in read_balance()
710 has_nonrot_disk |= nonrot; in read_balance()
737 if (nonrot && opt_iosize > 0 && in read_balance()
H A Draid10.c773 bool nonrot; in read_balance() local
832 nonrot = bdev_nonrot(rdev->bdev); in read_balance()
833 has_nonrot_disk |= nonrot; in read_balance()
835 if (min_pending > pending && nonrot) { in read_balance()
H A Dmd.c6054 bool nonrot = true; in md_run() local
6058 nonrot = false; in md_run()
6063 nonrot = false; in md_run()
6064 if (nonrot) in md_run()
/openbmc/linux/block/
H A Dblk-sysfs.c304 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1);