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
281 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb);
284 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops,
286 void kernfs_destroy_root(struct kernfs_root *root);
316 struct kernfs_root *root, unsigned long magic,
319 struct super_block *kernfs_pin_sb(struct kernfs_root *root, const void *ns);
360 static inline struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
367 static inline struct kernfs_root *
372 static inline void kernfs_destroy_root(struct kernfs_root *root) { } in kernfs_destroy_root()
417 struct kernfs_root *root, unsigned long magic, in kernfs_mount_ns()
476 struct kernfs_root *root, unsigned long magic, in kernfs_mount()