Home
last modified time | relevance | path

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

/linux-4.4.14/security/apparmor/
Dapparmorfs.c605 static struct aa_profile *__first_profile(struct aa_namespace *root, in __first_profile() function
670 return __first_profile(root, __next_namespace(root, profile->ns)); in next_profile()
692 profile = __first_profile(root, root); in p_start()