Searched refs:tf_ops (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/target/ |
D | target_core_fabric_configfs.c | 44 cit->ct_owner = tf->tf_ops->module; \ 52 struct configfs_attribute **attrs = tf->tf_ops->tfc_##_name##_attrs; \ 57 cit->ct_owner = tf->tf_ops->module; \ 408 if (tf->tf_ops->fabric_init_nodeacl) { in target_fabric_make_nodeacl() 409 int ret = tf->tf_ops->fabric_init_nodeacl(se_nacl, name); in target_fabric_make_nodeacl() 453 tf->tf_ops->fabric_drop_np(se_tpg_np); in target_fabric_np_base_release() 475 if (!tf->tf_ops->fabric_make_np) { in target_fabric_make_np() 480 se_tpg_np = tf->tf_ops->fabric_make_np(se_tpg, group, name); in target_fabric_make_np() 659 if (tf->tf_ops->fabric_post_link) { in target_fabric_port_link() 665 tf->tf_ops->fabric_post_link(se_tpg, lun); in target_fabric_port_link() [all …]
|
D | target_core_internal.h | 32 const struct target_core_fabric_ops *tf_ops; member
|
D | target_core_configfs.c | 167 const char *cmp_name = tf->tf_ops->fabric_alias; in target_core_get_fabric() 169 cmp_name = tf->tf_ops->fabric_name; in target_core_get_fabric() 247 " %s\n", tf->tf_ops->fabric_name); in target_core_register_fabric() 280 " %s\n", tf->tf_ops->fabric_name); in target_core_deregister_fabric() 466 tf->tf_ops = fo; in target_register_template() 483 if (!strcmp(t->tf_ops->fabric_name, fo->fabric_name)) { in target_unregister_template()
|
D | target_core_tpg.c | 466 se_tpg->se_tpg_tfo = se_wwn->wwn_tf->tf_ops; in core_tpg_register()
|
D | target_core_pr.c | 3148 const struct target_core_fabric_ops *dest_tf_ops = NULL, *tf_ops; in core_scsi3_emulate_pro_register_and_move() local 3167 tf_ops = se_tpg->se_tpg_tfo; in core_scsi3_emulate_pro_register_and_move() 3498 tf_ops->fabric_name, pr_reg_nacl->initiatorname, in core_scsi3_emulate_pro_register_and_move()
|