Home
last modified time | relevance | path

Searched refs:emulate_write_cache (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/target/
Dtarget_core_backend_configfs.h67 DEF_TB_DEV_ATTRIB(_backend, emulate_write_cache); \
68 TB_DEV_ATTR(_backend, emulate_write_cache, S_IRUGO | S_IWUSR); \
Dtarget_core_base.h681 int emulate_write_cache; member
/linux-4.1.27/drivers/target/
Dtarget_core_device.c660 else if (dev->dev_attrib.emulate_write_cache > 0) in se_dev_check_wce()
832 dev->dev_attrib.emulate_write_cache = flag; in se_dev_set_emulate_write_cache()
834 dev, dev->dev_attrib.emulate_write_cache); in se_dev_set_emulate_write_cache()
1519 dev->dev_attrib.emulate_write_cache = DA_EMULATE_WRITE_CACHE; in target_alloc_device()
Dtarget_core_file.c230 dev->dev_attrib.emulate_write_cache = 1; in fd_configure_device()