Searched refs:vfs_kern_mount (Results 1 – 3 of 3) 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()
|
| /linux/fs/nfsd/ |
| H A D | nfs4proc.c | 1772 ss_mnt = vfs_kern_mount(type, SB_KERNMOUNT, dev_name, raw_data); in nfsd4_interssc_connect()
|