tf_ops            167 drivers/target/target_core_configfs.c 		const char *cmp_name = tf->tf_ops->fabric_alias;
tf_ops            169 drivers/target/target_core_configfs.c 			cmp_name = tf->tf_ops->fabric_name;
tf_ops            247 drivers/target/target_core_configfs.c 			" %s\n", tf->tf_ops->fabric_name);
tf_ops            280 drivers/target/target_core_configfs.c 			" %s\n", tf->tf_ops->fabric_name);
tf_ops            466 drivers/target/target_core_configfs.c 	tf->tf_ops = fo;
tf_ops            483 drivers/target/target_core_configfs.c 		if (!strcmp(t->tf_ops->fabric_name, fo->fabric_name)) {
tf_ops             44 drivers/target/target_core_fabric_configfs.c 	cit->ct_owner = tf->tf_ops->module;				\
tf_ops             52 drivers/target/target_core_fabric_configfs.c 	struct configfs_attribute **attrs = tf->tf_ops->tfc_##_name##_attrs; \
tf_ops             57 drivers/target/target_core_fabric_configfs.c 	cit->ct_owner = tf->tf_ops->module;				\
tf_ops            408 drivers/target/target_core_fabric_configfs.c 	if (tf->tf_ops->fabric_init_nodeacl) {
tf_ops            409 drivers/target/target_core_fabric_configfs.c 		int ret = tf->tf_ops->fabric_init_nodeacl(se_nacl, name);
tf_ops            453 drivers/target/target_core_fabric_configfs.c 	tf->tf_ops->fabric_drop_np(se_tpg_np);
tf_ops            475 drivers/target/target_core_fabric_configfs.c 	if (!tf->tf_ops->fabric_make_np) {
tf_ops            480 drivers/target/target_core_fabric_configfs.c 	se_tpg_np = tf->tf_ops->fabric_make_np(se_tpg, group, name);
tf_ops            659 drivers/target/target_core_fabric_configfs.c 	if (tf->tf_ops->fabric_post_link) {
tf_ops            665 drivers/target/target_core_fabric_configfs.c 		tf->tf_ops->fabric_post_link(se_tpg, lun);
tf_ops            682 drivers/target/target_core_fabric_configfs.c 	if (tf->tf_ops->fabric_pre_unlink) {
tf_ops            688 drivers/target/target_core_fabric_configfs.c 		tf->tf_ops->fabric_pre_unlink(se_tpg, lun);
tf_ops            811 drivers/target/target_core_fabric_configfs.c 	tf->tf_ops->fabric_drop_tpg(se_tpg);
tf_ops            832 drivers/target/target_core_fabric_configfs.c 	if (!tf->tf_ops->fabric_make_tpg) {
tf_ops            837 drivers/target/target_core_fabric_configfs.c 	se_tpg = tf->tf_ops->fabric_make_tpg(wwn, name);
tf_ops            895 drivers/target/target_core_fabric_configfs.c 	tf->tf_ops->fabric_drop_wwn(wwn);
tf_ops            931 drivers/target/target_core_fabric_configfs.c 	if (!tf->tf_ops->fabric_make_wwn) {
tf_ops            936 drivers/target/target_core_fabric_configfs.c 	wwn = tf->tf_ops->fabric_make_wwn(tf, group, name);
tf_ops            948 drivers/target/target_core_fabric_configfs.c 	if (tf->tf_ops->add_wwn_groups)
tf_ops            949 drivers/target/target_core_fabric_configfs.c 		tf->tf_ops->add_wwn_groups(wwn);
tf_ops             32 drivers/target/target_core_internal.h 	const struct target_core_fabric_ops *tf_ops;
tf_ops           3148 drivers/target/target_core_pr.c 	const struct target_core_fabric_ops *dest_tf_ops = NULL, *tf_ops;
tf_ops           3167 drivers/target/target_core_pr.c 	tf_ops = se_tpg->se_tpg_tfo;
tf_ops           3498 drivers/target/target_core_pr.c 		tf_ops->fabric_name, pr_reg_nacl->initiatorname,
tf_ops            466 drivers/target/target_core_tpg.c 		se_tpg->se_tpg_tfo = se_wwn->wwn_tf->tf_ops;