Home
last modified time | relevance | path

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

/linux-6.12.1/security/
Ddevice_cgroup.c49 static inline struct dev_cgroup *css_to_devcgroup(struct cgroup_subsys_state *s) in css_to_devcgroup() function
56 return css_to_devcgroup(task_css(task, devices_cgrp_id)); in task_devcgroup()
190 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_online()
191 struct dev_cgroup *parent_dev_cgroup = css_to_devcgroup(css->parent); in devcgroup_online()
211 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_offline()
237 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_css_free()
283 struct dev_cgroup *devcgroup = css_to_devcgroup(seq_css(m)); in devcgroup_seq_show()
465 struct dev_cgroup *parent = css_to_devcgroup(childcg->css.parent); in parent_has_perm()
486 struct dev_cgroup *parent = css_to_devcgroup(childcg->css.parent); in parent_allows_removal()
557 struct dev_cgroup *devcg = css_to_devcgroup(pos); in propagate_exception()
[all …]