Home
last modified time | relevance | path

Searched refs:emulate_fua_read (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/target/
H A Dtarget_core_base.h691 bool emulate_fua_read; /* deprecated */ member
/openbmc/linux/drivers/target/
H A Dtarget_core_configfs.c551 DEF_CONFIGFS_ATTRIB_SHOW(emulate_fua_read);
635 DEF_CONFIGFS_ATTRIB_STORE_STUB(emulate_fua_read);
1237 CONFIGFS_ATTR(, emulate_fua_read);
H A Dtarget_core_device.c753 dev->dev_attrib.emulate_fua_read = 1; in target_alloc_device()