Searched refs:tf_ops (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/target/ |
D | target_core_fabric_configfs.c | 51 cit->ct_owner = tf->tf_ops->module; \ 59 struct configfs_attribute **attrs = tf->tf_ops->tfc_##_name##_attrs; \ 64 cit->ct_owner = tf->tf_ops->module; \ 389 if (tf->tf_ops->fabric_cleanup_nodeacl) in target_fabric_nacl_base_release() 390 tf->tf_ops->fabric_cleanup_nodeacl(se_nacl); in target_fabric_nacl_base_release() 433 if (tf->tf_ops->fabric_init_nodeacl) { in target_fabric_make_nodeacl() 434 int ret = tf->tf_ops->fabric_init_nodeacl(se_nacl, name); in target_fabric_make_nodeacl() 503 tf->tf_ops->fabric_drop_np(se_tpg_np); in target_fabric_np_base_release() 525 if (!tf->tf_ops->fabric_make_np) { in target_fabric_make_np() 530 se_tpg_np = tf->tf_ops->fabric_make_np(se_tpg, group, name); in target_fabric_make_np() [all …]
|
D | target_core_internal.h | 26 const struct target_core_fabric_ops *tf_ops; member
|
D | target_core_configfs.c | 112 if (!strcmp(tf->tf_ops->name, name)) { in target_core_get_fabric() 189 " %s\n", tf->tf_ops->name); in target_core_register_fabric() 227 " %s\n", tf->tf_ops->name); in target_core_deregister_fabric() 422 tf->tf_ops = fo; in target_register_template() 439 if (!strcmp(t->tf_ops->name, fo->name)) { in target_unregister_template()
|
D | target_core_tpg.c | 525 se_tpg->se_tpg_tfo = se_wwn->wwn_tf->tf_ops; in core_tpg_register()
|
D | target_core_pr.c | 3165 const struct target_core_fabric_ops *dest_tf_ops = NULL, *tf_ops; in core_scsi3_emulate_pro_register_and_move() local 3184 tf_ops = se_tpg->se_tpg_tfo; in core_scsi3_emulate_pro_register_and_move() 3519 tf_ops->get_fabric_name(), pr_reg_nacl->initiatorname, in core_scsi3_emulate_pro_register_and_move()
|