Home
last modified time | relevance | path

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

/linux-4.1.27/include/target/
Dtarget_core_configfs.h36 struct config_group tf_group; member
/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c204 tf->tf_group.default_groups = tf->tf_default_groups; in target_core_register_fabric()
205 tf->tf_group.default_groups[0] = &tf->tf_disc_group; in target_core_register_fabric()
206 tf->tf_group.default_groups[1] = NULL; in target_core_register_fabric()
208 config_group_init_type_name(&tf->tf_group, name, in target_core_register_fabric()
214 " %s\n", tf->tf_group.cg_item.ci_name); in target_core_register_fabric()
215 tf->tf_fabric = &tf->tf_group.cg_item; in target_core_register_fabric()
219 return &tf->tf_group; in target_core_register_fabric()
230 to_config_group(item), struct target_fabric_configfs, tf_group); in target_core_deregister_fabric()
231 struct config_group *tf_group; in target_core_deregister_fabric() local
249 tf_group = &tf->tf_group; in target_core_deregister_fabric()
[all …]
Dtarget_core_fabric_configfs.c1148 struct target_fabric_configfs, tf_group); in target_fabric_make_wwn()
1202 CONFIGFS_EATTR_OPS(target_fabric_wwn, target_fabric_configfs, tf_group);