Lines Matching refs:kernfs_root
83 struct kernfs_root *root;
147 int (*remount_fs)(struct kernfs_root *root, int *flags, char *data);
148 int (*show_options)(struct seq_file *sf, struct kernfs_root *root);
157 struct kernfs_root { struct
280 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb);
282 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops,
284 void kernfs_destroy_root(struct kernfs_root *root);
314 struct kernfs_root *root, unsigned long magic,
317 struct super_block *kernfs_pin_sb(struct kernfs_root *root, const void *ns);
355 static inline struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
358 static inline struct kernfs_root *
363 static inline void kernfs_destroy_root(struct kernfs_root *root) { } in kernfs_destroy_root()
408 struct kernfs_root *root, unsigned long magic, in kernfs_mount_ns()
467 struct kernfs_root *root, unsigned long magic, in kernfs_mount()