Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_conf.c206 struct se_node_acl *se_acl; in ft_acl_get() local
209 list_for_each_entry(se_acl, &se_tpg->acl_node_list, acl_list) { in ft_acl_get()
210 acl = container_of(se_acl, struct ft_node_acl, se_node_acl); in ft_acl_get()
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_configfs.c1654 static void lio_set_default_node_attributes(struct se_node_acl *se_acl) in lio_set_default_node_attributes() argument
1656 struct iscsi_node_acl *acl = container_of(se_acl, struct iscsi_node_acl, in lio_set_default_node_attributes()
1658 struct se_portal_group *se_tpg = se_acl->se_tpg; in lio_set_default_node_attributes()
/linux-4.4.14/drivers/target/loopback/
Dtcm_loop.c591 static void tcm_loop_set_default_node_attributes(struct se_node_acl *se_acl) in tcm_loop_set_default_node_attributes() argument