Home
last modified time | relevance | path

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

/Linux-v4.19/security/
Ddevice_cgroup.c46 static inline struct dev_cgroup *css_to_devcgroup(struct cgroup_subsys_state *s) in css_to_devcgroup() function
53 return css_to_devcgroup(task_css(task, devices_cgrp_id)); in task_devcgroup()
176 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_online()
177 struct dev_cgroup *parent_dev_cgroup = css_to_devcgroup(css->parent); in devcgroup_online()
197 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_offline()
223 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_css_free()
269 struct dev_cgroup *devcgroup = css_to_devcgroup(seq_css(m)); in devcgroup_seq_show()
450 struct dev_cgroup *parent = css_to_devcgroup(childcg->css.parent); in parent_has_perm()
471 struct dev_cgroup *parent = css_to_devcgroup(childcg->css.parent); in parent_allows_removal()
542 struct dev_cgroup *devcg = css_to_devcgroup(pos); in propagate_exception()
[all …]