Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_conf.c134 struct se_node_acl *se_nacl = acl_to_nacl(item); in ft_nacl_port_name_show()
144 struct se_node_acl *se_nacl = acl_to_nacl(item); in ft_nacl_port_name_store()
154 struct se_node_acl *se_nacl = acl_to_nacl(item); in ft_nacl_node_name_show()
164 struct se_node_acl *se_nacl = acl_to_nacl(item); in ft_nacl_node_name_store()
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_configfs.c569 struct se_node_acl *se_nacl = acl_to_nacl(item); in lio_target_nacl_info_show()
687 return sprintf(page, "%u\n", acl_to_nacl(item)->queue_depth); in lio_target_nacl_cmdsn_depth_show()
693 struct se_node_acl *se_nacl = acl_to_nacl(item); in lio_target_nacl_cmdsn_depth_store()
745 return snprintf(page, PAGE_SIZE, "%s", acl_to_nacl(item)->acl_tag); in lio_target_nacl_tag_show()
751 struct se_node_acl *se_nacl = acl_to_nacl(item); in lio_target_nacl_tag_store()
/linux-4.4.14/include/target/
Dtarget_core_base.h569 static inline struct se_node_acl *acl_to_nacl(struct config_item *item) in acl_to_nacl() function