Home
last modified time | relevance | path

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

/linux/fs/kernfs/
H A Dmount.c286 struct kernfs_root *kf_root = kfc->root; in kernfs_fill_super() local
307 down_read(&kf_root->kernfs_rwsem); in kernfs_fill_super()
309 up_read(&kf_root->kernfs_rwsem); in kernfs_fill_super()
/linux/kernel/cgroup/
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.c1309 struct cgroup_root *cgroup_root_from_kf(struct kernfs_root *kf_root) in cgroup_favor_dynmods()
1311 struct cgroup *root_cgrp = kernfs_root_to_node(kf_root)->priv;
1417 kernfs_destroy_root(root->kf_root); in __cset_cgroup_from_root()
1955 struct kernfs_root *kf_root)
1959 struct cgroup_root *kf_cgroot = cgroup_root_from_kf(kf_root); in cgroup2_parse_param()
2074 static int cgroup_show_options(struct seq_file *seq, struct kernfs_root *kf_root) in init_cgroup_housekeeping()
2181 root->kf_root = kernfs_create_root(kf_sops, in cgroup_setup_root()
2187 if (IS_ERR(root->kf_root)) { in cgroup_setup_root()
2188 ret = PTR_ERR(root->kf_root); in cgroup_setup_root()
2191 root_cgrp->kn = kernfs_root_to_node(root->kf_root); in cgroup_setup_root()
1275 cgroup_root_from_kf(struct kernfs_root * kf_root) cgroup_root_from_kf() argument
1910 cgroup_show_path(struct seq_file * sf,struct kernfs_node * kf_node,struct kernfs_root * kf_root) cgroup_show_path() argument
2029 cgroup_show_options(struct seq_file * seq,struct kernfs_root * kf_root) cgroup_show_options() argument
2338 struct kernfs_root *kf_root = kernfs_root_from_sb(sb); cgroup_kill_sb() local
[all...]
/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()