Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcgroup.c2354 struct file_system_type cgroup_fs_type = { variable
2428 get_filesystem(&cgroup_fs_type); in cpuset_init_fs_context()
2430 fc->fs_type = &cgroup_fs_type; in cpuset_init_fs_context()
6470 WARN_ON(register_filesystem(&cgroup_fs_type)); in cgroup_init()
7191 if ((s_type != &cgroup_fs_type && s_type != &cgroup2_fs_type) || in css_tryget_online_from_dir()
H A Dcgroup-v1.c727 if (dentry->d_sb->s_type != &cgroup_fs_type || !kn || in cgroupstats_build()