Lines Matching full:namespace
22 /* struct aa_ns_acct - accounting of profiles in namespace
23 * @max_size: maximum space allowed for all profiles in namespace
24 * @max_count: maximum number of profiles that can be in this namespace
35 /* struct aa_ns - namespace for a set of profiles
37 * @parent: parent of namespace
39 * @acct: accounting for the namespace
40 * @unconfined: special unconfined profile for the namespace
41 * @sub_ns: list of namespaces under the current namespace.
43 * @uniq_id: a unique id count for the profiles in the namespace
49 * and profile names within a namespace are guaranteed to be unique. When
54 * current namespace are visible.
56 * Namespace names must be unique and can not contain the characters :/\0
105 * @ns: namespace to increment reference count of (MAYBE NULL)
120 * @ns: namespace to put reference of
131 * __aa_findn_ns - find a namespace on a list by @name
132 * @head: list to search for namespace on (NOT NULL)
133 * @name: name of namespace to look for (NOT NULL)
135 * Returns: unrefcounted namespace