Home
last modified time | relevance | path

Searched refs:se_tpg_np (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A 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()
[all...]
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_fabric_configfs.c449 struct se_tpg_np *se_tpg_np = container_of(to_config_group(item), in target_fabric_np_base_release() local
450 struct se_tpg_np, tpg_np_group); in target_fabric_np_base_release()
451 struct se_portal_group *se_tpg = se_tpg_np->tpg_np_parent; in target_fabric_np_base_release()
454 tf->tf_ops->fabric_drop_np(se_tpg_np); in target_fabric_np_base_release()
474 struct se_tpg_np *se_tpg_np; in target_fabric_make_np() local
481 se_tpg_np = tf->tf_ops->fabric_make_np(se_tpg, group, name); in target_fabric_make_np()
482 if (!se_tpg_np || IS_ERR(se_tpg_np)) in target_fabric_make_np()
[all...]
/kernel/linux/linux-5.10/include/target/
H A Dtarget_core_fabric.h97 struct se_tpg_np *(*fabric_make_np)(struct se_portal_group *,
99 void (*fabric_drop_np)(struct se_tpg_np *);
H A Dtarget_core_base.h873 struct se_tpg_np { struct
878 static inline struct se_tpg_np *to_tpg_np(struct config_item *item) in to_tpg_np()
880 return container_of(to_config_group(item), struct se_tpg_np, in to_tpg_np()
/kernel/linux/linux-6.6/include/target/
H A Dtarget_core_fabric.h98 struct se_tpg_np *(*fabric_make_np)(struct se_portal_group *,
100 void (*fabric_drop_np)(struct se_tpg_np *);
H A Dtarget_core_base.h907 struct se_tpg_np { struct
912 static inline struct se_tpg_np *to_tpg_np(struct config_item *item) in to_tpg_np()
914 return container_of(to_config_group(item), struct se_tpg_np, in to_tpg_np()
/kernel/linux/linux-5.10/drivers/target/iscsi/
H A 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()
256 tpg_np = container_of(se_tpg_np, struct iscsi_tpg_np, se_tpg_np); in lio_target_call_delnpfromtpg()
248 lio_target_call_delnpfromtpg( struct se_tpg_np *se_tpg_np) lio_target_call_delnpfromtpg() argument
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A 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()
244 return &tpg_np->se_tpg_np; in lio_target_call_addnptotpg()
248 struct se_tpg_np *se_tpg_np) in lio_target_call_delnpfromtpg()
255 tpg_np = container_of(se_tpg_np, struct iscsi_tpg_np, se_tpg_np); in lio_target_call_delnpfromtpg()
247 lio_target_call_delnpfromtpg( struct se_tpg_np *se_tpg_np) lio_target_call_delnpfromtpg() argument
/kernel/linux/linux-5.10/include/target/iscsi/
H A Discsi_target_core.h806 struct se_tpg_np se_tpg_np; member
/kernel/linux/linux-6.6/include/target/iscsi/
H A Discsi_target_core.h813 struct se_tpg_np se_tpg_np; member

Completed in 21 milliseconds