newmount         3378 fs/namespace.c 	struct path newmount;
newmount         3455 fs/namespace.c 	newmount.mnt = vfs_create_mount(fc);
newmount         3456 fs/namespace.c 	if (IS_ERR(newmount.mnt)) {
newmount         3457 fs/namespace.c 		ret = PTR_ERR(newmount.mnt);
newmount         3460 fs/namespace.c 	newmount.dentry = dget(fc->root);
newmount         3461 fs/namespace.c 	newmount.mnt->mnt_flags = mnt_flags;
newmount         3475 fs/namespace.c 	mnt = real_mount(newmount.mnt);
newmount         3480 fs/namespace.c 	mntget(newmount.mnt);
newmount         3485 fs/namespace.c 	file = dentry_open(&newmount, O_PATH, fc->cred);
newmount         3487 fs/namespace.c 		dissolve_on_fput(newmount.mnt);
newmount         3500 fs/namespace.c 	path_put(&newmount);