vfs_kern_mount    437 drivers/base/devtmpfs.c 	mnt = vfs_kern_mount(&internal_fs_type, 0, "devtmpfs", opts);
vfs_kern_mount   1621 fs/btrfs/super.c 	mnt_root = vfs_kern_mount(&btrfs_root_fs_type, flags, device_name, data);
vfs_kern_mount   1624 fs/btrfs/super.c 			mnt_root = vfs_kern_mount(&btrfs_root_fs_type,
vfs_kern_mount   1627 fs/btrfs/super.c 			mnt_root = vfs_kern_mount(&btrfs_root_fs_type,
vfs_kern_mount    604 fs/libfs.c     		mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL);
vfs_kern_mount    999 fs/namespace.c EXPORT_SYMBOL_GPL(vfs_kern_mount);
vfs_kern_mount   1012 fs/namespace.c 	return vfs_kern_mount(type, SB_SUBMOUNT, name, data);
vfs_kern_mount   3722 fs/namespace.c 	mnt = vfs_kern_mount(&rootfs_fs_type, 0, "rootfs", NULL);
vfs_kern_mount   3791 fs/namespace.c 	mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL);
vfs_kern_mount    146 fs/nfs/nfs4super.c 	root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data);
vfs_kern_mount   1482 fs/nfsd/nfsctl.c 	mnt =  vfs_kern_mount(&nfsd_fs_type, SB_KERNMOUNT, "nfsd", NULL);
vfs_kern_mount     96 include/linux/mount.h extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,