Searched refs:ISCSI_TPG_ATTRIB (Results 1 – 4 of 4) sorted by relevance
815 cmdsn_depth = ISCSI_TPG_ATTRIB(tpg)->default_cmdsn_depth; in lio_target_make_nodeacl()885 rb = sprintf(page, "%u\n", ISCSI_TPG_ATTRIB(tpg)->name); \1617 return ISCSI_TPG_ATTRIB(tpg)->default_cmdsn_depth; in lio_tpg_get_default_depth()1624 return ISCSI_TPG_ATTRIB(tpg)->generate_node_acls; in lio_tpg_check_demo_mode()1631 return ISCSI_TPG_ATTRIB(tpg)->cache_dynamic_acls; in lio_tpg_check_demo_mode_cache()1639 return ISCSI_TPG_ATTRIB(tpg)->demo_mode_write_protect; in lio_tpg_check_demo_mode_write_protect()1647 return ISCSI_TPG_ATTRIB(tpg)->prod_mode_write_protect; in lio_tpg_check_prod_mode_write_protect()
584 if (ISCSI_TPG_ATTRIB(ISCSI_TPG_C(conn))->authentication && in iscsi_target_handle_csg_zero()594 if (ISCSI_TPG_ATTRIB(ISCSI_TPG_C(conn))->authentication && in iscsi_target_handle_csg_zero()657 ISCSI_TPG_ATTRIB(ISCSI_TPG_C(conn))->authentication) { in iscsi_target_handle_csg_one()
235 ISCSI_TPG_ATTRIB(tpg)->tpg = tpg; in iscsit_tpg_add_portal_group()325 if (ISCSI_TPG_ATTRIB(tpg)->authentication) { in iscsit_tpg_enable_portal_group()
808 #define ISCSI_TPG_ATTRIB(t) (&(t)->tpg_attrib) macro