Searched refs:kernfs_root (Results 1 – 13 of 13) sorted by relevance
78 struct kernfs_root *ra = kernfs_root(a), *rb = kernfs_root(b); in kernfs_common_ancestor()478 struct kernfs_root *root = kernfs_root(kn); in kernfs_drain()541 root = kernfs_root(kn); in kernfs_put()746 struct kernfs_root *root = kernfs_root(parent); in kernfs_add_one()886 struct kernfs_root *root = kernfs_root(parent); in kernfs_find_and_get_ns()912 struct kernfs_root *root = kernfs_root(parent); in kernfs_walk_and_get_ns()1126 root = kernfs_root(kn); in kernfs_dop_revalidate()1369 struct kernfs_root *root = kernfs_root(kn); in kernfs_activate()1394 struct kernfs_root *root = kernfs_root(kn); in kernfs_show()1490 root = kernfs_root(kn); in kernfs_remove()[all …]
27 struct kernfs_root *root = kernfs_root(kernfs_dentry_node(dentry)); in kernfs_sop_show_options()38 struct kernfs_root *root = kernfs_root(node); in kernfs_sop_show_path()159 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()242 struct kernfs_root *kf_root = kfc->root; in kernfs_fill_super()343 struct kernfs_root *root = kfc->root; in kernfs_get_tree()381 struct kernfs_root *root = info->root; in kernfs_kill_sb()
34 struct kernfs_root { struct63 static inline struct kernfs_root *kernfs_root(struct kernfs_node *kn) in kernfs_root() function81 struct kernfs_root *root;
102 struct kernfs_root *root = kernfs_root(kn); in kernfs_setattr()115 struct kernfs_root *root; in kernfs_iop_setattr()121 root = kernfs_root(kn); in kernfs_iop_setattr()190 struct kernfs_root *root = kernfs_root(kn); in kernfs_iop_getattr()279 struct kernfs_root *root; in kernfs_iop_permission()286 root = kernfs_root(kn); in kernfs_iop_permission()403 if (!(kernfs_root(kn)->flags & KERNFS_ROOT_SUPPORT_USER_XATTR)) in kernfs_vfs_user_xattr_set()
116 struct kernfs_root *root = kernfs_root(parent); in kernfs_getlink()
642 struct kernfs_root *root = kernfs_root(kn); in kernfs_fop_open()910 struct kernfs_root *root; in kernfs_notify_workfn()923 root = kernfs_root(kn); in kernfs_notify_workfn()927 list_for_each_entry(info, &kernfs_root(kn)->supers, node) { in kernfs_notify_workfn()
162 struct kernfs_root *root;236 int (*show_options)(struct seq_file *sf, struct kernfs_root *root);244 struct kernfs_root *root);247 struct kernfs_node *kernfs_root_to_node(struct kernfs_root *root);325 struct kernfs_root *root; /* Root of the hierarchy being mounted */408 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb);413 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops,415 void kernfs_destroy_root(struct kernfs_root *root);460 struct kernfs_node *kernfs_find_and_get_node_by_id(struct kernfs_root *root,508 static inline struct kernfs_root *[all …]
524 struct kernfs_root *kf_root;
226 struct cgroup_root *cgroup_root_from_kf(struct kernfs_root *kf_root);264 struct kernfs_root *kf_root);
863 static int cgroup1_show_options(struct seq_file *seq, struct kernfs_root *kf_root) in cgroup1_show_options()1073 struct kernfs_root *kf_root = kernfs_root_from_sb(fc->root->d_sb); in cgroup1_reconfigure()
1310 struct cgroup_root *cgroup_root_from_kf(struct kernfs_root *kf_root) in cgroup_root_from_kf()1888 struct kernfs_root *kf_root) in cgroup_show_path()1980 static int cgroup_show_options(struct seq_file *seq, struct kernfs_root *kf_root) in cgroup_show_options()2268 struct kernfs_root *kf_root = kernfs_root_from_sb(sb); in cgroup_kill_sb()
23 static struct kernfs_root *sysfs_root;
38 static struct kernfs_root *rdt_root;3491 static int rdtgroup_show_options(struct seq_file *seq, struct kernfs_root *kf) in rdtgroup_show_options()
Completed in 35 milliseconds