Home
last modified time | relevance | path

Searched refs:tf_ops (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/target/
Dtarget_core_fabric_configfs.c52 cit->ct_owner = tf->tf_ops->module; \
60 struct configfs_attribute **attrs = tf->tf_ops->tfc_##_name##_attrs; \
65 cit->ct_owner = tf->tf_ops->module; \
416 if (tf->tf_ops->fabric_init_nodeacl) { in target_fabric_make_nodeacl()
417 int ret = tf->tf_ops->fabric_init_nodeacl(se_nacl, name); in target_fabric_make_nodeacl()
461 tf->tf_ops->fabric_drop_np(se_tpg_np); in target_fabric_np_base_release()
483 if (!tf->tf_ops->fabric_make_np) { in target_fabric_make_np()
488 se_tpg_np = tf->tf_ops->fabric_make_np(se_tpg, group, name); in target_fabric_make_np()
667 if (tf->tf_ops->fabric_post_link) { in target_fabric_port_link()
673 tf->tf_ops->fabric_post_link(se_tpg, lun); in target_fabric_port_link()
[all …]
Dtarget_core_internal.h32 const struct target_core_fabric_ops *tf_ops; member
Dtarget_core_configfs.c175 if (!strcmp(tf->tf_ops->name, name)) { in target_core_get_fabric()
252 " %s\n", tf->tf_ops->name); in target_core_register_fabric()
285 " %s\n", tf->tf_ops->name); in target_core_deregister_fabric()
472 tf->tf_ops = fo; in target_register_template()
489 if (!strcmp(t->tf_ops->name, fo->name)) { in target_unregister_template()
Dtarget_core_tpg.c479 se_tpg->se_tpg_tfo = se_wwn->wwn_tf->tf_ops; in core_tpg_register()
Dtarget_core_pr.c3159 const struct target_core_fabric_ops *dest_tf_ops = NULL, *tf_ops; in core_scsi3_emulate_pro_register_and_move() local
3178 tf_ops = se_tpg->se_tpg_tfo; in core_scsi3_emulate_pro_register_and_move()
3509 tf_ops->get_fabric_name(), pr_reg_nacl->initiatorname, in core_scsi3_emulate_pro_register_and_move()