Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/cgroup/
Dcgroup-internal.h210 struct cgroup_root *cgroup_root_from_kf(struct kernfs_root *kf_root);
244 struct kernfs_root *kf_root);
Dcgroup-v1.c849 static int cgroup1_show_options(struct seq_file *seq, struct kernfs_root *kf_root) in cgroup1_show_options() argument
851 struct cgroup_root *root = cgroup_root_from_kf(kf_root); in cgroup1_show_options()
1043 struct kernfs_root *kf_root = kernfs_root_from_sb(fc->root->d_sb); in cgroup1_reconfigure() local
1044 struct cgroup_root *root = cgroup_root_from_kf(kf_root); in cgroup1_reconfigure()
Dcgroup.c1282 struct cgroup_root *cgroup_root_from_kf(struct kernfs_root *kf_root) in cgroup_root_from_kf() argument
1284 struct cgroup *root_cgrp = kf_root->kn->priv; in cgroup_root_from_kf()
1356 kernfs_destroy_root(root->kf_root); in cgroup_destroy_root()
1790 struct kernfs_root *kf_root) in cgroup_show_path() argument
1794 struct cgroup_root *kf_cgroot = cgroup_root_from_kf(kf_root); in cgroup_show_path()
1869 static int cgroup_show_options(struct seq_file *seq, struct kernfs_root *kf_root) in cgroup_show_options() argument
2029 root->kf_root = kernfs_create_root(kf_sops, in cgroup_setup_root()
2033 if (IS_ERR(root->kf_root)) { in cgroup_setup_root()
2034 ret = PTR_ERR(root->kf_root); in cgroup_setup_root()
2037 root_cgrp->kn = root->kf_root->kn; in cgroup_setup_root()
[all …]
/Linux-v5.4/include/linux/
Dcgroup-defs.h500 struct kernfs_root *kf_root; member