cgroup2_fs_type   213 kernel/cgroup/cgroup.c static struct file_system_type cgroup2_fs_type;
cgroup2_fs_type  2097 kernel/cgroup/cgroup.c 	if (fc->fs_type == &cgroup2_fs_type)
cgroup2_fs_type  2201 kernel/cgroup/cgroup.c 	if (fc->fs_type == &cgroup2_fs_type)
cgroup2_fs_type  2238 kernel/cgroup/cgroup.c static struct file_system_type cgroup2_fs_type = {
cgroup2_fs_type  5828 kernel/cgroup/cgroup.c 	WARN_ON(register_filesystem(&cgroup2_fs_type));
cgroup2_fs_type  6209 kernel/cgroup/cgroup.c 	if ((s_type != &cgroup_fs_type && s_type != &cgroup2_fs_type) ||