Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_configfs.c197 tf->tf_group.default_groups = tf->tf_default_groups; in target_core_register_fabric()
198 tf->tf_group.default_groups[0] = &tf->tf_disc_group; in target_core_register_fabric()
199 tf->tf_group.default_groups[1] = NULL; in target_core_register_fabric()
201 config_group_init_type_name(&tf->tf_group, name, &tf->tf_wwn_cit); in target_core_register_fabric()
206 " %s\n", tf->tf_group.cg_item.ci_name); in target_core_register_fabric()
207 return &tf->tf_group; in target_core_register_fabric()
218 to_config_group(item), struct target_fabric_configfs, tf_group); in target_core_deregister_fabric()
219 struct config_group *tf_group; in target_core_deregister_fabric() local
233 tf_group = &tf->tf_group; in target_core_deregister_fabric()
234 for (i = 0; tf_group->default_groups[i]; i++) { in target_core_deregister_fabric()
[all …]
Dtarget_core_internal.h23 struct config_group tf_group; member
Dtarget_core_fabric_configfs.c1016 struct target_fabric_configfs, tf_group); in target_fabric_make_wwn()