Searched refs:cgroup_fs_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dcgroup.h69 extern struct file_system_type cgroup_fs_type;
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c706 if (dentry->d_sb->s_type != &cgroup_fs_type || !kn ||
H A Dcgroup.c2303 struct file_system_type cgroup_fs_type = { variable in typeref:struct:file_system_type
2349 get_filesystem(&cgroup_fs_type);
2351 fc->fs_type = &cgroup_fs_type;
6162 WARN_ON(register_filesystem(&cgroup_fs_type));
6795 if ((s_type != &cgroup_fs_type && s_type != &cgroup2_fs_type) ||
/linux-master/mm/
H A Dmemcontrol.c5126 if (cdentry->d_sb->s_type != &cgroup_fs_type || !d_is_reg(cdentry)) {

Completed in 222 milliseconds