Searched refs:se_tpg_np (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/target/ |
D | target_core_fabric_configfs.c | 456 struct se_tpg_np *se_tpg_np = container_of(to_config_group(item), in target_fabric_np_base_release() local 457 struct se_tpg_np, tpg_np_group); in target_fabric_np_base_release() 458 struct se_portal_group *se_tpg = se_tpg_np->tpg_np_parent; in target_fabric_np_base_release() 461 tf->tf_ops->fabric_drop_np(se_tpg_np); in target_fabric_np_base_release() 481 struct se_tpg_np *se_tpg_np; in target_fabric_make_np() local 488 se_tpg_np = tf->tf_ops->fabric_make_np(se_tpg, group, name); in target_fabric_make_np() 489 if (!se_tpg_np || IS_ERR(se_tpg_np)) in target_fabric_make_np() 492 se_tpg_np->tpg_np_parent = se_tpg; in target_fabric_make_np() 493 config_group_init_type_name(&se_tpg_np->tpg_np_group, name, in target_fabric_make_np() 496 return &se_tpg_np->tpg_np_group; in target_fabric_make_np()
|
/Linux-v4.19/include/target/ |
D | target_core_fabric.h | 88 struct se_tpg_np *(*fabric_make_np)(struct se_portal_group *, 90 void (*fabric_drop_np)(struct se_tpg_np *);
|
D | target_core_base.h | 847 struct se_tpg_np { struct 852 static inline struct se_tpg_np *to_tpg_np(struct config_item *item) in to_tpg_np() argument 854 return container_of(to_config_group(item), struct se_tpg_np, in to_tpg_np()
|
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 44 return container_of(to_tpg_np(item), struct iscsi_tpg_np, se_tpg_np); in to_iscsi_tpg_np() 162 static struct se_tpg_np *lio_target_call_addnptotpg( in lio_target_call_addnptotpg() 253 return &tpg_np->se_tpg_np; in lio_target_call_addnptotpg() 257 struct se_tpg_np *se_tpg_np) in lio_target_call_delnpfromtpg() argument 264 tpg_np = container_of(se_tpg_np, struct iscsi_tpg_np, se_tpg_np); in lio_target_call_delnpfromtpg()
|
/Linux-v4.19/include/target/iscsi/ |
D | iscsi_target_core.h | 813 struct se_tpg_np se_tpg_np; member
|