Lines Matching refs:se_acl
227 static void ft_del_acl(struct se_node_acl *se_acl) in ft_del_acl() argument
229 struct se_portal_group *se_tpg = se_acl->se_tpg; in ft_del_acl()
231 struct ft_node_acl *acl = container_of(se_acl, in ft_del_acl()
235 config_item_name(&se_acl->acl_group.cg_item)); in ft_del_acl()
239 acl, se_acl, tpg, &tpg->se_tpg); in ft_del_acl()
241 core_tpg_del_initiator_node_acl(&tpg->se_tpg, se_acl, 1); in ft_del_acl()
250 struct se_node_acl *se_acl; in ft_acl_get() local
253 list_for_each_entry(se_acl, &se_tpg->acl_node_list, acl_list) { in ft_acl_get()
254 acl = container_of(se_acl, struct ft_node_acl, se_node_acl); in ft_acl_get()
284 struct se_node_acl *se_acl) in ft_tpg_release_fabric_acl() argument
286 struct ft_node_acl *acl = container_of(se_acl, in ft_tpg_release_fabric_acl()