Home
last modified time | relevance | path

Searched refs:kernfs_root (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/
A Dkernfs.h100 struct kernfs_root *root;
174 int (*show_options)(struct seq_file *sf, struct kernfs_root *root);
182 struct kernfs_root *root);
185 struct kernfs_root { struct
278 struct kernfs_root *root; /* Root of the hierarchy being mounted */
361 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb);
366 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops,
368 void kernfs_destroy_root(struct kernfs_root *root);
412 struct kernfs_node *kernfs_find_and_get_node_by_id(struct kernfs_root *root,
460 static inline struct kernfs_root *
[all …]
A Dcgroup-defs.h499 struct kernfs_root *kf_root;
/linux/fs/kernfs/
A Ddir.c66 struct kernfs_root *ra = kernfs_root(a), *rb = kernfs_root(b); in kernfs_common_ancestor()
135 kn_from = kernfs_root(kn_to)->kn; in kernfs_path_from_node_locked()
448 wake_up_all(&kernfs_root(kn)->deactivate_waitq); in kernfs_put_active()
462 struct kernfs_root *root = kernfs_root(kn); in kernfs_drain()
511 struct kernfs_root *root; in kernfs_put()
515 root = kernfs_root(kn); in kernfs_put()
647 kn = __kernfs_new_node(kernfs_root(parent), parent, in kernfs_new_node()
765 if (!(kernfs_root(kn)->flags & KERNFS_ROOT_CREATE_DEACTIVATED)) in kernfs_add_one()
907 struct kernfs_root *root; in kernfs_create_root()
958 void kernfs_destroy_root(struct kernfs_root *root) in kernfs_destroy_root()
[all …]
A Dkernfs-internal.h45 static inline struct kernfs_root *kernfs_root(struct kernfs_node *kn) in kernfs_root() function
63 struct kernfs_root *root;
A Dmount.c26 struct kernfs_root *root = kernfs_root(kernfs_dentry_node(dentry)); in kernfs_sop_show_options()
37 struct kernfs_root *root = kernfs_root(node); in kernfs_sop_show_path()
158 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
A Dfile.c600 struct kernfs_root *root = kernfs_root(kn); in kernfs_fop_open()
865 list_for_each_entry(info, &kernfs_root(kn)->supers, node) { in kernfs_notify_workfn()
A Dinode.c401 if (!(kernfs_root(kn)->flags & KERNFS_ROOT_SUPPORT_USER_XATTR)) in kernfs_vfs_user_xattr_set()
/linux/kernel/cgroup/
A Dcgroup-internal.h229 struct cgroup_root *cgroup_root_from_kf(struct kernfs_root *kf_root);
264 struct kernfs_root *kf_root);
A Dcgroup-v1.c853 static int cgroup1_show_options(struct seq_file *seq, struct kernfs_root *kf_root) in cgroup1_show_options()
1045 struct kernfs_root *kf_root = kernfs_root_from_sb(fc->root->d_sb); in cgroup1_reconfigure()
A Dcgroup.c1302 struct cgroup_root *cgroup_root_from_kf(struct kernfs_root *kf_root) in cgroup_root_from_kf()
1838 struct kernfs_root *kf_root) in cgroup_show_path()
1922 static int cgroup_show_options(struct seq_file *seq, struct kernfs_root *kf_root) in cgroup_show_options()
2203 struct kernfs_root *kf_root = kernfs_root_from_sb(sb); in cgroup_kill_sb()
/linux/fs/sysfs/
A Dmount.c23 static struct kernfs_root *sysfs_root;
/linux/arch/x86/kernel/cpu/resctrl/
A Drdtgroup.c38 static struct kernfs_root *rdt_root;
3184 static int rdtgroup_show_options(struct seq_file *seq, struct kernfs_root *kf) in rdtgroup_show_options()

Completed in 34 milliseconds