Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/target/iscsi/
Discsi_target_configfs.c863 return __iscsi_tpg_auth_##name##_show(auth_to_tpg(item), page); \
869 return __iscsi_tpg_auth_##name##_store(auth_to_tpg(item), page, count); \
898 return __iscsi_tpg_auth_##name##_show(auth_to_tpg(item), page); \
/Linux-v6.1/include/target/
Dtarget_core_base.h943 static inline struct se_portal_group *auth_to_tpg(struct config_item *item) in auth_to_tpg() function