Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/block/
Dloop.c940 bool nonrot = true; in loop_update_rotational() local
944 nonrot = bdev_nonrot(file_bdev); in loop_update_rotational()
946 if (nonrot) in loop_update_rotational()
/Linux-v6.6/drivers/md/
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()
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()
Dmd.c6004 bool nonrot = true; in md_run() local
6008 nonrot = false; in md_run()
6013 nonrot = false; in md_run()
6014 if (nonrot) in md_run()
/Linux-v6.6/block/
Dblk-sysfs.c304 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1);