Home
last modified time | relevance | path

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

/Linux-v5.10/security/
Ddevice_cgroup.c450 static int parent_has_perm(struct dev_cgroup *childcg, in parent_has_perm() argument
453 struct dev_cgroup *parent = css_to_devcgroup(childcg->css.parent); in parent_has_perm()
457 return verify_new_ex(parent, ex, childcg->behavior); in parent_has_perm()
471 static bool parent_allows_removal(struct dev_cgroup *childcg, in parent_allows_removal() argument
474 struct dev_cgroup *parent = css_to_devcgroup(childcg->css.parent); in parent_allows_removal()
480 if (childcg->behavior == DEVCG_DEFAULT_DENY) in parent_allows_removal()