Home
last modified time | relevance | path

Searched refs:auth_to_tpg (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/target/iscsi/
Discsi_target_configfs.c940 return __iscsi_tpg_auth_##name##_show(auth_to_tpg(item), page); \
946 return __iscsi_tpg_auth_##name##_store(auth_to_tpg(item), page, count); \
976 return __iscsi_tpg_auth_##name##_show(auth_to_tpg(item), page); \
/linux-4.4.14/include/target/
Dtarget_core_base.h911 static inline struct se_portal_group *auth_to_tpg(struct config_item *item) in auth_to_tpg() function