Home
last modified time | relevance | path

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

/linux/include/target/
H A Dtarget_core_base.h700 bool emulate_fua_read; /* deprecated */ member
/linux/drivers/target/
H A Dtarget_core_configfs.c551 DEF_CONFIGFS_ATTRIB_SHOW(emulate_fua_read);
636 DEF_CONFIGFS_ATTRIB_STORE_STUB(emulate_fua_read);
1272 CONFIGFS_ATTR(, emulate_fua_read);
H A Dtarget_core_device.c752 dev->dev_attrib.emulate_fua_read = 1; in target_alloc_device()