Home
last modified time | relevance | path

Searched refs:is_nonrot (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_rd.c328 dev->dev_attrib.is_nonrot = 1; in rd_configure_device()
Dtarget_core_file.c175 dev->dev_attrib.is_nonrot = 1; in fd_configure_device()
Dtarget_core_iblock.c136 dev->dev_attrib.is_nonrot = 1; in iblock_configure_device()
Dtarget_core_configfs.c489 DEF_CONFIGFS_ATTRIB_SHOW(is_nonrot);
544 DEF_CONFIGFS_ATTRIB_STORE_BOOL(is_nonrot);
988 CONFIGFS_ATTR(, is_nonrot);
Dtarget_core_spc.c584 buf[5] = dev->dev_attrib.is_nonrot ? 1 : 0; in spc_emulate_evpd_b1()
Dtarget_core_device.c808 dev->dev_attrib.is_nonrot = DA_IS_NONROT; in target_alloc_device()
/linux-4.4.14/include/target/
Dtarget_core_base.h678 int is_nonrot; member