Lines Matching defs:root
25 /* root profile namespace */
153 * @root: namespace to search in (NOT NULL)
162 struct aa_ns *aa_findn_ns(struct aa_ns *root, const char *name, size_t n)
167 ns = aa_get_ns(__aa_findn_ns(&root->sub_ns, name, n));
175 * @root: namespace to search in (NOT NULL)
183 struct aa_ns *aa_find_ns(struct aa_ns *root, const char *name)
185 return aa_findn_ns(root, name, strlen(name));
384 * aa_alloc_root_ns - allocate the root profile namespace
392 root_ns = alloc_ns(NULL, "root");
400 * aa_free_root_ns - free the root profile namespace