Lines Matching refs:base
1071 seq_printf(seq, "%s\n", profile->base.name); in seq_profile_name_show()
1098 seq_printf(seq, "%s\n", profile->base.name); in seq_profile_attach_show()
1194 seq_printf(seq, "%s\n", labels_ns(label)->base.name); in seq_ns_name_show()
1513 list_for_each_entry(child, &profile->base.profiles, base.list) in __aafs_profile_rmdir()
1691 len = mangle_name(profile->base.name, NULL); in __aafs_profile_mkdir()
1700 mangle_name(profile->base.name, profile->dirname); in __aafs_profile_mkdir()
1761 list_for_each_entry(child, &profile->base.profiles, base.list) { in __aafs_profile_mkdir()
1900 list_for_each_entry(child, &ns->base.profiles, base.list) in __aafs_ns_rmdir()
1903 list_for_each_entry(sub, &ns->sub_ns, base.list) { in __aafs_ns_rmdir()
2011 name = ns->base.name; in __aafs_ns_mkdir()
2026 list_for_each_entry(child, &ns->base.profiles, base.list) { in __aafs_ns_mkdir()
2033 list_for_each_entry(sub, &ns->sub_ns, base.list) { in __aafs_ns_mkdir()
2074 next = list_first_entry(&ns->sub_ns, typeof(*ns), base.list); in __next_ns()
2083 next = list_next_entry(ns, base.list); in __next_ns()
2084 if (!list_entry_is_head(next, &parent->sub_ns, base.list)) { in __next_ns()
2110 if (!list_empty(&ns->base.profiles)) in __first_profile()
2111 return list_first_entry(&ns->base.profiles, in __first_profile()
2112 struct aa_profile, base.list); in __first_profile()
2134 if (!list_empty(&p->base.profiles)) in __next_profile()
2135 return list_first_entry(&p->base.profiles, typeof(*p), in __next_profile()
2136 base.list); in __next_profile()
2142 p = list_next_entry(p, base.list); in __next_profile()
2143 if (!list_entry_is_head(p, &parent->base.profiles, base.list)) in __next_profile()
2151 p = list_next_entry(p, base.list); in __next_profile()
2152 if (!list_entry_is_head(p, &ns->base.profiles, base.list)) in __next_profile()