Searched refs:vfs_kern_mount (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | mount.h | 89 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
|
| /linux/fs/ |
| H A D | namespace.c | 1211 struct vfsmount *vfs_kern_mount(struct file_system_type *type, in vfs_kern_mount() function 1238 EXPORT_SYMBOL_GPL(vfs_kern_mount); 6183 nullfs_mnt = vfs_kern_mount(&nullfs_fs_type, 0, "nullfs", NULL); in init_mount_tree() 6187 mnt = vfs_kern_mount(&rootfs_fs_type, 0, "rootfs", initramfs_options); in init_mount_tree() 6281 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL); in kern_mount()
|