Searched refs:profile_ptr (Results 1 – 3 of 3) sorted by relevance
498 ptr = ns->profile_ptr[profile]; in tomoyo_assign_profile()504 ptr = ns->profile_ptr[profile]; in tomoyo_assign_profile()517 ns->profile_ptr[profile] = ptr; in tomoyo_assign_profile()538 struct tomoyo_profile *ptr = ns->profile_ptr[profile]; in tomoyo_profile()755 profile = ns->profile_ptr[index]; in tomoyo_read_profile()766 if (ns->profile_ptr[head->r.index]) in tomoyo_read_profile()1199 if (!tomoyo_policy_loaded || ns->profile_ptr[idx]) in tomoyo_write_domain()2791 else if (!ns->profile_ptr[profile]) in tomoyo_check_profile()
540 !entry->ns->profile_ptr[entry->profile]) in tomoyo_assign_domain()
904 struct tomoyo_profile *profile_ptr[TOMOYO_MAX_PROFILES]; member