Home
last modified time | relevance | path

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

/linux/Documentation/target/
A Dtarget-export-device57 echo 1 > $BACKSTORE_DIR/attrib/emulate_write_cache
/linux/drivers/target/
A Dtarget_core_user.c2244 if (!dev->dev_attrib.emulate_write_cache) in tcmu_configure_device()
2245 dev->dev_attrib.emulate_write_cache = 0; in tcmu_configure_device()
2847 return snprintf(page, PAGE_SIZE, "%i\n", da->emulate_write_cache); in tcmu_emulate_write_cache_show()
2891 da->emulate_write_cache = val; in tcmu_emulate_write_cache_store()
2894 CONFIGFS_ATTR(tcmu_, emulate_write_cache);
A Dtarget_core_file.c199 dev->dev_attrib.emulate_write_cache = 1; in fd_configure_device()
A Dtarget_core_configfs.c523 DEF_CONFIGFS_ATTRIB_SHOW(emulate_write_cache);
671 da->emulate_write_cache = flag; in emulate_write_cache_store()
1182 CONFIGFS_ATTR(, emulate_write_cache);
A Dtarget_core_device.c790 dev->dev_attrib.emulate_write_cache = DA_EMULATE_WRITE_CACHE; in target_alloc_device()
A Dtarget_core_transport.c3601 else if (dev->dev_attrib.emulate_write_cache > 0) in target_check_wce()
/linux/include/target/
A Dtarget_core_base.h685 bool emulate_write_cache; member

Completed in 32 milliseconds