Home
last modified time | relevance | path

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

/linux-4.1.27/include/target/
Dtarget_core_backend_configfs.h89 DEF_TB_DEV_ATTRIB(_backend, is_nonrot); \
90 TB_DEV_ATTR(_backend, is_nonrot, S_IRUGO | S_IWUSR); \
Dtarget_core_base.h693 int is_nonrot; member
/linux-4.1.27/drivers/target/
Dtarget_core_device.c1080 dev->dev_attrib.is_nonrot = flag; in se_dev_set_is_nonrot()
1529 dev->dev_attrib.is_nonrot = DA_IS_NONROT; in target_alloc_device()
Dtarget_core_iblock.c158 dev->dev_attrib.is_nonrot = 1; in iblock_configure_device()
Dtarget_core_file.c194 dev->dev_attrib.is_nonrot = 1; in fd_configure_device()
Dtarget_core_spc.c589 buf[5] = dev->dev_attrib.is_nonrot ? 1 : 0; in spc_emulate_evpd_b1()