Searched refs:se_acl (Results 1 – 3 of 3) sorted by relevance
/drivers/target/tcm_fc/ |
D | tfc_conf.c | 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 [all …]
|
/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 1652 struct se_node_acl *se_acl) in lio_tpg_release_fabric_acl() argument 1654 struct iscsi_node_acl *acl = container_of(se_acl, in lio_tpg_release_fabric_acl() 1706 static void lio_set_default_node_attributes(struct se_node_acl *se_acl) in lio_set_default_node_attributes() argument 1708 struct iscsi_node_acl *acl = container_of(se_acl, struct iscsi_node_acl, in lio_set_default_node_attributes()
|
/drivers/target/loopback/ |
D | tcm_loop.c | 743 static void tcm_loop_set_default_node_attributes(struct se_node_acl *se_acl) in tcm_loop_set_default_node_attributes() argument
|