Searched refs:se_acl (Results 1 - 3 of 3) sorted by relevance

/drivers/target/tcm_fc/
H A Dtfc_conf.c227 static void ft_del_acl(struct se_node_acl *se_acl) argument
229 struct se_portal_group *se_tpg = se_acl->se_tpg;
231 struct ft_node_acl *acl = container_of(se_acl,
235 config_item_name(&se_acl->acl_group.cg_item));
238 pr_debug("del acl %p se_acl %p tpg %p se_tpg %p\n",
239 acl, se_acl, tpg, &tpg->se_tpg);
241 core_tpg_del_initiator_node_acl(&tpg->se_tpg, se_acl, 1);
250 struct se_node_acl *se_acl; local
253 list_for_each_entry(se_acl, &se_tpg->acl_node_list, acl_list) {
254 acl = container_of(se_acl, struc
283 ft_tpg_release_fabric_acl(struct se_portal_group *se_tpg, struct se_node_acl *se_acl) argument
[all...]
/drivers/target/iscsi/
H A Discsi_target_configfs.c1652 struct se_node_acl *se_acl)
1654 struct iscsi_node_acl *acl = container_of(se_acl,
1706 static void lio_set_default_node_attributes(struct se_node_acl *se_acl) argument
1708 struct iscsi_node_acl *acl = container_of(se_acl, struct iscsi_node_acl,
1650 lio_tpg_release_fabric_acl( struct se_portal_group *se_tpg, struct se_node_acl *se_acl) argument
/drivers/target/loopback/
H A Dtcm_loop.c743 static void tcm_loop_set_default_node_attributes(struct se_node_acl *se_acl) argument

Completed in 65 milliseconds