Home
last modified time | relevance | path

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

/linux-4.4.14/security/
Ddevice_cgroup.c54 static inline struct dev_cgroup *css_to_devcgroup(struct cgroup_subsys_state *s) in css_to_devcgroup() function
61 return css_to_devcgroup(task_css(task, devices_cgrp_id)); in task_devcgroup()
184 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_online()
185 struct dev_cgroup *parent_dev_cgroup = css_to_devcgroup(css->parent); in devcgroup_online()
205 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_offline()
231 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_css_free()
277 struct dev_cgroup *devcgroup = css_to_devcgroup(seq_css(m)); in devcgroup_seq_show()
458 struct dev_cgroup *parent = css_to_devcgroup(childcg->css.parent); in parent_has_perm()
479 struct dev_cgroup *parent = css_to_devcgroup(childcg->css.parent); in parent_allows_removal()
550 struct dev_cgroup *devcg = css_to_devcgroup(pos); in propagate_exception()
[all …]