Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/block/
Dloop.c1075 bool nonrot = true; in loop_update_rotational() local
1079 nonrot = blk_queue_nonrot(bdev_get_queue(file_bdev)); in loop_update_rotational()
1081 if (nonrot) in loop_update_rotational()
/Linux-v5.15/drivers/md/
Draid1.c641 bool nonrot; in read_balance() local
707 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
708 has_nonrot_disk |= nonrot; in read_balance()
735 if (nonrot && opt_iosize > 0 && in read_balance()
Draid10.c748 bool nonrot; in read_balance() local
799 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
800 has_nonrot_disk |= nonrot; in read_balance()
802 if (min_pending > pending && nonrot) { in read_balance()
Dmd.c5983 bool nonrot = true; in md_run() local
5988 nonrot = false; in md_run()
5993 nonrot = false; in md_run()
5994 if (nonrot) in md_run()
/Linux-v5.15/block/
Dblk-sysfs.c302 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1);