Home
last modified time | relevance | path

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

/fs/kernfs/
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()
446 wake_up_all(&kernfs_root(kn)->deactivate_waitq); in kernfs_put_active()
460 struct kernfs_root *root = kernfs_root(kn); in kernfs_drain()
509 struct kernfs_root *root; in kernfs_put()
517 root = kernfs_root(kn); in kernfs_put()
617 static struct kernfs_node *__kernfs_new_node(struct kernfs_root *root, in __kernfs_new_node()
697 kn = __kernfs_new_node(kernfs_root(parent), parent, in kernfs_new_node()
714 struct kernfs_node *kernfs_find_and_get_node_by_ino(struct kernfs_root *root, in kernfs_find_and_get_node_by_ino()
813 if (!(kernfs_root(kn)->flags & KERNFS_ROOT_CREATE_DEACTIVATED)) in kernfs_add_one()
[all …]
Dkernfs-internal.h42 static inline struct kernfs_root *kernfs_root(struct kernfs_node *kn) in kernfs_root() function
60 struct kernfs_root *root;
112 struct kernfs_node *kernfs_find_and_get_node_by_ino(struct kernfs_root *root,
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()
60 struct kernfs_node *kernfs_get_node_by_id(struct kernfs_root *root, in kernfs_get_node_by_id()
135 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
Dfile.c619 struct kernfs_root *root = kernfs_root(kn); in kernfs_fop_open()
884 list_for_each_entry(info, &kernfs_root(kn)->supers, node) { in kernfs_notify_workfn()
/fs/sysfs/
Dmount.c23 static struct kernfs_root *sysfs_root;