Home
last modified time | relevance | path

Searched refs:se_tpg_np (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_fabric_configfs.c448 struct se_tpg_np *se_tpg_np = container_of(to_config_group(item), in target_fabric_np_base_release() local
449 struct se_tpg_np, tpg_np_group); in target_fabric_np_base_release()
450 struct se_portal_group *se_tpg = se_tpg_np->tpg_np_parent; in target_fabric_np_base_release()
453 tf->tf_ops->fabric_drop_np(se_tpg_np); in target_fabric_np_base_release()
473 struct se_tpg_np *se_tpg_np; in target_fabric_make_np() local
480 se_tpg_np = tf->tf_ops->fabric_make_np(se_tpg, group, name); in target_fabric_make_np()
481 if (!se_tpg_np || IS_ERR(se_tpg_np)) in target_fabric_make_np()
484 se_tpg_np->tpg_np_parent = se_tpg; in target_fabric_make_np()
485 config_group_init_type_name(&se_tpg_np->tpg_np_group, name, in target_fabric_make_np()
488 return &se_tpg_np->tpg_np_group; in target_fabric_make_np()
/kernel/linux/linux-5.10/include/target/
Dtarget_core_fabric.h97 struct se_tpg_np *(*fabric_make_np)(struct se_portal_group *,
99 void (*fabric_drop_np)(struct se_tpg_np *);
Dtarget_core_base.h863 struct se_tpg_np { struct
868 static inline struct se_tpg_np *to_tpg_np(struct config_item *item) in to_tpg_np() argument
870 return container_of(to_config_group(item), struct se_tpg_np, in to_tpg_np()
/kernel/linux/linux-5.10/drivers/target/iscsi/
Discsi_target_configfs.c36 return container_of(to_tpg_np(item), struct iscsi_tpg_np, se_tpg_np); in to_iscsi_tpg_np()
154 static struct se_tpg_np *lio_target_call_addnptotpg( in lio_target_call_addnptotpg()
245 return &tpg_np->se_tpg_np; in lio_target_call_addnptotpg()
249 struct se_tpg_np *se_tpg_np) in lio_target_call_delnpfromtpg() argument
256 tpg_np = container_of(se_tpg_np, struct iscsi_tpg_np, se_tpg_np); in lio_target_call_delnpfromtpg()
/kernel/linux/linux-5.10/include/target/iscsi/
Discsi_target_core.h806 struct se_tpg_np se_tpg_np; member