Searched refs:se_tpg_np (Results 1 – 3 of 3) sorted by relevance
/drivers/target/ |
D | target_core_fabric_configfs.c | 560 CONFIGFS_EATTR_OPS(target_fabric_np_base, se_tpg_np, tpg_np_group); 564 struct se_tpg_np *se_tpg_np = container_of(to_config_group(item), in target_fabric_np_base_release() local 565 struct se_tpg_np, tpg_np_group); in target_fabric_np_base_release() 566 struct se_portal_group *se_tpg = se_tpg_np->tpg_np_parent; in target_fabric_np_base_release() 569 tf->tf_ops.fabric_drop_np(se_tpg_np); in target_fabric_np_base_release() 591 struct se_tpg_np *se_tpg_np; in target_fabric_make_np() local 598 se_tpg_np = tf->tf_ops.fabric_make_np(se_tpg, group, name); in target_fabric_make_np() 599 if (!se_tpg_np || IS_ERR(se_tpg_np)) in target_fabric_make_np() 602 se_tpg_np->tpg_np_parent = se_tpg; in target_fabric_make_np() 603 config_group_init_type_name(&se_tpg_np->tpg_np_group, name, in target_fabric_make_np() [all …]
|
/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 53 struct se_tpg_np *se_tpg_np, in lio_target_np_show_sctp() argument 56 struct iscsi_tpg_np *tpg_np = container_of(se_tpg_np, in lio_target_np_show_sctp() 57 struct iscsi_tpg_np, se_tpg_np); in lio_target_np_show_sctp() 71 struct se_tpg_np *se_tpg_np, in lio_target_np_store_sctp() argument 77 struct iscsi_tpg_np *tpg_np = container_of(se_tpg_np, in lio_target_np_store_sctp() 78 struct iscsi_tpg_np, se_tpg_np); in lio_target_np_store_sctp() 129 struct se_tpg_np *se_tpg_np, in lio_target_np_show_iser() argument 132 struct iscsi_tpg_np *tpg_np = container_of(se_tpg_np, in lio_target_np_show_iser() 133 struct iscsi_tpg_np, se_tpg_np); in lio_target_np_show_iser() 147 struct se_tpg_np *se_tpg_np, in lio_target_np_store_iser() argument [all …]
|
D | iscsi_target_core.h | 811 struct se_tpg_np se_tpg_np; member
|