emulate_3pc       528 drivers/target/target_core_configfs.c DEF_CONFIGFS_ATTRIB_SHOW(emulate_3pc);
emulate_3pc       588 drivers/target/target_core_configfs.c DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_3pc);
emulate_3pc      1125 drivers/target/target_core_configfs.c CONFIGFS_ATTR(, emulate_3pc);
emulate_3pc       775 drivers/target/target_core_device.c 	dev->dev_attrib.emulate_3pc = DA_EMULATE_3PC;
emulate_3pc        83 drivers/target/target_core_spc.c 	if (dev->dev_attrib.emulate_3pc)
emulate_3pc        61 drivers/target/target_core_xcopy.c 	if (!se_dev->dev_attrib.emulate_3pc)
emulate_3pc       925 drivers/target/target_core_xcopy.c 	if (!dev->dev_attrib.emulate_3pc) {
emulate_3pc       676 include/target/target_core_base.h 	int		emulate_3pc;