Lines Matching refs:kernfs_root
167 struct kernfs_root *root;
243 int (*show_options)(struct seq_file *sf, struct kernfs_root *root);
251 struct kernfs_root *root);
254 struct kernfs_node *kernfs_root_to_node(struct kernfs_root *root);
333 struct kernfs_root *root; /* Root of the hierarchy being mounted */
416 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb);
421 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops,
423 void kernfs_destroy_root(struct kernfs_root *root);
469 struct kernfs_node *kernfs_find_and_get_node_by_id(struct kernfs_root *root,
510 static inline struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
517 static inline struct kernfs_root *
522 static inline void kernfs_destroy_root(struct kernfs_root *root) { } in kernfs_destroy_root()