Lines Matching refs:kernfs_root
101 struct kernfs_root *root;
172 int (*show_options)(struct seq_file *sf, struct kernfs_root *root);
180 struct kernfs_root *root);
188 struct kernfs_root { struct
292 struct kernfs_root *root; /* Root of the hierarchy being mounted */
375 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb);
380 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops,
382 void kernfs_destroy_root(struct kernfs_root *root);
426 struct kernfs_node *kernfs_find_and_get_node_by_id(struct kernfs_root *root,
467 static inline struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
474 static inline struct kernfs_root *
479 static inline void kernfs_destroy_root(struct kernfs_root *root) { } in kernfs_destroy_root()