Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_fabric_configfs.c64 struct configfs_attribute **attrs = tf->tf_ops.tfc_##_name##_attrs; \
464 tf->tf_ops.fabric_drop_nodeacl(se_nacl); in target_fabric_nacl_base_release()
504 if (!tf->tf_ops.fabric_make_nodeacl) { in target_fabric_make_nodeacl()
509 se_nacl = tf->tf_ops.fabric_make_nodeacl(se_tpg, group, name); in target_fabric_make_nodeacl()
578 tf->tf_ops.fabric_drop_np(se_tpg_np); in target_fabric_np_base_release()
602 if (!tf->tf_ops.fabric_make_np) { in target_fabric_make_np()
607 se_tpg_np = tf->tf_ops.fabric_make_np(se_tpg, group, name); in target_fabric_make_np()
807 if (tf->tf_ops.fabric_post_link) { in target_fabric_port_link()
813 tf->tf_ops.fabric_post_link(se_tpg, lun); in target_fabric_port_link()
830 if (tf->tf_ops.fabric_pre_unlink) { in target_fabric_port_unlink()
[all …]
Dtarget_core_pr.c3109 const struct target_core_fabric_ops *dest_tf_ops = NULL, *tf_ops; in core_scsi3_emulate_pro_register_and_move() local
3128 tf_ops = se_tpg->se_tpg_tfo; in core_scsi3_emulate_pro_register_and_move()
3468 tf_ops->get_fabric_name(), pr_reg_nacl->initiatorname, in core_scsi3_emulate_pro_register_and_move()
Dtarget_core_configfs.c475 tf->tf_ops = *fo; in target_register_template()
/linux-4.1.27/include/target/
Dtarget_core_configfs.h45 struct target_core_fabric_ops tf_ops; member