Lines Matching refs:kernfs_root
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,
501 static inline struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
508 static inline struct kernfs_root *
513 static inline void kernfs_destroy_root(struct kernfs_root *root) { } in kernfs_destroy_root()