Home
last modified time | relevance | path

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

/linux-6.1.9/fs/kernfs/
Dmount.c240 struct kernfs_root *kf_root = kfc->root; in kernfs_fill_super() local
260 down_read(&kf_root->kernfs_rwsem); in kernfs_fill_super()
262 up_read(&kf_root->kernfs_rwsem); in kernfs_fill_super()
/linux-6.1.9/kernel/cgroup/
Dcgroup-internal.h226 struct cgroup_root *cgroup_root_from_kf(struct kernfs_root *kf_root);
264 struct kernfs_root *kf_root);
Dcgroup-v1.c863 static int cgroup1_show_options(struct seq_file *seq, struct kernfs_root *kf_root) in cgroup1_show_options() argument
865 struct cgroup_root *root = cgroup_root_from_kf(kf_root); in cgroup1_show_options()
1073 struct kernfs_root *kf_root = kernfs_root_from_sb(fc->root->d_sb); in cgroup1_reconfigure() local
1074 struct cgroup_root *root = cgroup_root_from_kf(kf_root); in cgroup1_reconfigure()
Dcgroup.c1304 struct cgroup_root *cgroup_root_from_kf(struct kernfs_root *kf_root) in cgroup_root_from_kf() argument
1306 struct cgroup *root_cgrp = kernfs_root_to_node(kf_root)->priv; in cgroup_root_from_kf()
1391 kernfs_destroy_root(root->kf_root); in cgroup_destroy_root()
1882 struct kernfs_root *kf_root) in cgroup_show_path() argument
1886 struct cgroup_root *kf_cgroot = cgroup_root_from_kf(kf_root); in cgroup_show_path()
1974 static int cgroup_show_options(struct seq_file *seq, struct kernfs_root *kf_root) in cgroup_show_options() argument
2073 root->kf_root = kernfs_create_root(kf_sops, in cgroup_setup_root()
2078 if (IS_ERR(root->kf_root)) { in cgroup_setup_root()
2079 ret = PTR_ERR(root->kf_root); in cgroup_setup_root()
2082 root_cgrp->kn = kernfs_root_to_node(root->kf_root); in cgroup_setup_root()
[all …]
/linux-6.1.9/include/linux/
Dcgroup-defs.h520 struct kernfs_root *kf_root; member
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h273 root_kernfs = BPF_CORE_READ(subsys, ss, root, kf_root, kn); in populate_cgroup_info()