Lines Matching refs:kernfs_root
91 struct kernfs_root *root;
170 int (*remount_fs)(struct kernfs_root *root, int *flags, char *data);
171 int (*show_options)(struct seq_file *sf, struct kernfs_root *root);
179 struct kernfs_root *root);
182 struct kernfs_root { struct
318 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb);
323 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops,
325 void kernfs_destroy_root(struct kernfs_root *root);
357 struct kernfs_root *root, unsigned long magic,
360 struct super_block *kernfs_pin_sb(struct kernfs_root *root, const void *ns);
364 struct kernfs_node *kernfs_get_node_by_id(struct kernfs_root *root,
405 static inline struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
412 static inline struct kernfs_root *
417 static inline void kernfs_destroy_root(struct kernfs_root *root) { } in kernfs_destroy_root()
464 struct kernfs_root *root, unsigned long magic, in kernfs_mount_ns()
550 struct kernfs_root *root, unsigned long magic, in kernfs_mount()