Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/
Discsi_target_configfs.c852 return __iscsi_tpg_auth_##name##_show(auth_to_tpg(item), page); \
858 return __iscsi_tpg_auth_##name##_store(auth_to_tpg(item), page, count); \
888 return __iscsi_tpg_auth_##name##_show(auth_to_tpg(item), page); \
/Linux-v4.19/include/target/
Dtarget_core_base.h903 static inline struct se_portal_group *auth_to_tpg(struct config_item *item) in auth_to_tpg() function