Lines Matching refs:kernfs_root
100 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
282 struct kernfs_root *root; /* Root of the hierarchy being mounted */
365 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb);
370 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops,
372 void kernfs_destroy_root(struct kernfs_root *root);
416 struct kernfs_node *kernfs_find_and_get_node_by_id(struct kernfs_root *root,
457 static inline struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
464 static inline struct kernfs_root *
469 static inline void kernfs_destroy_root(struct kernfs_root *root) { } in kernfs_destroy_root()