Lines Matching refs:kernfs_root
100 struct kernfs_root *root;
169 int (*show_options)(struct seq_file *sf, struct kernfs_root *root);
177 struct kernfs_root *root);
180 struct kernfs_root { struct
277 struct kernfs_root *root; /* Root of the hierarchy being mounted */
360 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb);
365 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops,
367 void kernfs_destroy_root(struct kernfs_root *root);
411 struct kernfs_node *kernfs_find_and_get_node_by_id(struct kernfs_root *root,
452 static inline struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
459 static inline struct kernfs_root *
464 static inline void kernfs_destroy_root(struct kernfs_root *root) { } in kernfs_destroy_root()