Home
last modified time | relevance | path

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

/linux/fs/kernfs/
H A Dmount.c286 struct kernfs_root *kf_root = kfc->root; in kernfs_fill_super() local
306 down_read(&kf_root->kernfs_rwsem); in kernfs_fill_super()
308 up_read(&kf_root->kernfs_rwsem); in kernfs_fill_super()
/linux/kernel/cgroup/
H A Dcgroup-internal.h227 struct cgroup_root *cgroup_root_from_kf(struct kernfs_root *kf_root);
268 struct kernfs_root *kf_root);
H A Dcgroup-v1.c883 static int cgroup1_show_options(struct seq_file *seq, struct kernfs_root *kf_root) in cgroup1_show_options() argument
885 struct cgroup_root *root = cgroup_root_from_kf(kf_root); in cgroup1_show_options()
1095 struct kernfs_root *kf_root = kernfs_root_from_sb(fc->root->d_sb); in cgroup1_reconfigure() local
1096 struct cgroup_root *root = cgroup_root_from_kf(kf_root); in cgroup1_reconfigure()
H A Dcgroup.c1327 struct cgroup_root *cgroup_root_from_kf(struct kernfs_root *kf_root) in cgroup_root_from_kf() argument
1329 struct cgroup *root_cgrp = kernfs_root_to_node(kf_root)->priv; in cgroup_root_from_kf()
1435 kernfs_destroy_root(root->kf_root); in cgroup_destroy_root()
1962 struct kernfs_root *kf_root) in cgroup_show_path() argument
1966 struct cgroup_root *kf_cgroot = cgroup_root_from_kf(kf_root); in cgroup_show_path()
2081 static int cgroup_show_options(struct seq_file *seq, struct kernfs_root *kf_root) in cgroup_show_options() argument
2188 root->kf_root = kernfs_create_root(kf_sops, in cgroup_setup_root()
2194 if (IS_ERR(root->kf_root)) { in cgroup_setup_root()
2195 ret = PTR_ERR(root->kf_root); in cgroup_setup_root()
2198 root_cgrp->kn = kernfs_root_to_node(root->kf_root); in cgroup_setup_root()
[all …]
/linux/include/linux/
H A Dcgroup-defs.h638 struct kernfs_root *kf_root; member
/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h271 root_kernfs = BPF_CORE_READ(subsys, ss, root, kf_root, kn); in populate_cgroup_info()