Home
last modified time | relevance | path

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

/Linux-v5.15/security/
Ddevice_cgroup.c48 static inline struct dev_cgroup *css_to_devcgroup(struct cgroup_subsys_state *s) in css_to_devcgroup() function
55 return css_to_devcgroup(task_css(task, devices_cgrp_id)); in task_devcgroup()
178 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_online()
179 struct dev_cgroup *parent_dev_cgroup = css_to_devcgroup(css->parent); in devcgroup_online()
199 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_offline()
225 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_css_free()
271 struct dev_cgroup *devcgroup = css_to_devcgroup(seq_css(m)); in devcgroup_seq_show()
453 struct dev_cgroup *parent = css_to_devcgroup(childcg->css.parent); in parent_has_perm()
474 struct dev_cgroup *parent = css_to_devcgroup(childcg->css.parent); in parent_allows_removal()
545 struct dev_cgroup *devcg = css_to_devcgroup(pos); in propagate_exception()
[all …]