vfs_create_mount
mnt = vfs_create_mount(dup_fc);
EXPORT_SYMBOL(vfs_create_mount);
return vfs_create_mount(fc);
new_mnt = vfs_create_mount(fc);
mnt = vfs_create_mount(fc);
extern struct vfsmount *vfs_create_mount(struct fs_context *fc);