is_nonrot         534 drivers/target/target_core_configfs.c DEF_CONFIGFS_ATTRIB_SHOW(is_nonrot);
is_nonrot         591 drivers/target/target_core_configfs.c DEF_CONFIGFS_ATTRIB_STORE_BOOL(is_nonrot);
is_nonrot        1132 drivers/target/target_core_configfs.c CONFIGFS_ATTR(, is_nonrot);
is_nonrot         780 drivers/target/target_core_device.c 	dev->dev_attrib.is_nonrot = DA_IS_NONROT;
is_nonrot         162 drivers/target/target_core_file.c 			dev->dev_attrib.is_nonrot = 1;
is_nonrot         127 drivers/target/target_core_iblock.c 		dev->dev_attrib.is_nonrot = 1;
is_nonrot         302 drivers/target/target_core_rd.c 	dev->dev_attrib.is_nonrot = 1;
is_nonrot         580 drivers/target/target_core_spc.c 	buf[5] = dev->dev_attrib.is_nonrot ? 1 : 0;
is_nonrot         683 include/target/target_core_base.h 	int		is_nonrot;