Lines Matching refs:child
354 struct aa_profile *child; in __aa_fs_profile_rmdir() local
360 list_for_each_entry(child, &profile->base.profiles, base.list) in __aa_fs_profile_rmdir()
361 __aa_fs_profile_rmdir(child); in __aa_fs_profile_rmdir()
403 struct aa_profile *child; in __aa_fs_profile_mkdir() local
460 list_for_each_entry(child, &profile->base.profiles, base.list) { in __aa_fs_profile_mkdir()
461 error = __aa_fs_profile_mkdir(child, prof_child_dir(profile)); in __aa_fs_profile_mkdir()
480 struct aa_profile *child; in __aa_fs_namespace_rmdir() local
486 list_for_each_entry(child, &ns->base.profiles, base.list) in __aa_fs_namespace_rmdir()
487 __aa_fs_profile_rmdir(child); in __aa_fs_namespace_rmdir()
505 struct aa_profile *child; in __aa_fs_namespace_mkdir() local
527 list_for_each_entry(child, &ns->base.profiles, base.list) { in __aa_fs_namespace_mkdir()
528 error = __aa_fs_profile_mkdir(child, ns_subprofs_dir(ns)); in __aa_fs_namespace_mkdir()