Searched refs:se_tpg_np (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 50 struct se_tpg_np *se_tpg_np, in lio_target_np_show_sctp() argument 53 struct iscsi_tpg_np *tpg_np = container_of(se_tpg_np, in lio_target_np_show_sctp() 54 struct iscsi_tpg_np, se_tpg_np); in lio_target_np_show_sctp() 68 struct se_tpg_np *se_tpg_np, in lio_target_np_store_sctp() argument 74 struct iscsi_tpg_np *tpg_np = container_of(se_tpg_np, in lio_target_np_store_sctp() 75 struct iscsi_tpg_np, se_tpg_np); in lio_target_np_store_sctp() 126 struct se_tpg_np *se_tpg_np, in lio_target_np_show_iser() argument 129 struct iscsi_tpg_np *tpg_np = container_of(se_tpg_np, in lio_target_np_show_iser() 130 struct iscsi_tpg_np, se_tpg_np); in lio_target_np_show_iser() 144 struct se_tpg_np *se_tpg_np, in lio_target_np_store_iser() argument [all …]
|
/linux-4.1.27/drivers/target/ |
D | target_core_fabric_configfs.c | 569 CONFIGFS_EATTR_OPS(target_fabric_np_base, se_tpg_np, tpg_np_group); 573 struct se_tpg_np *se_tpg_np = container_of(to_config_group(item), in target_fabric_np_base_release() local 574 struct se_tpg_np, tpg_np_group); in target_fabric_np_base_release() 575 struct se_portal_group *se_tpg = se_tpg_np->tpg_np_parent; in target_fabric_np_base_release() 578 tf->tf_ops.fabric_drop_np(se_tpg_np); in target_fabric_np_base_release() 600 struct se_tpg_np *se_tpg_np; in target_fabric_make_np() local 607 se_tpg_np = tf->tf_ops.fabric_make_np(se_tpg, group, name); in target_fabric_make_np() 608 if (!se_tpg_np || IS_ERR(se_tpg_np)) in target_fabric_make_np() 611 se_tpg_np->tpg_np_parent = se_tpg; in target_fabric_make_np() 612 config_group_init_type_name(&se_tpg_np->tpg_np_group, name, in target_fabric_make_np() [all …]
|
/linux-4.1.27/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_fabric_configfs.h | 51 CONFIGFS_EATTR_STRUCT(target_fabric_np_base, se_tpg_np);
|
D | target_core_base.h | 869 struct se_tpg_np { struct
|
/linux-4.1.27/include/target/iscsi/ |
D | iscsi_target_core.h | 809 struct se_tpg_np se_tpg_np; member
|