Lines Matching refs:newmount
3483 struct path newmount;
3560 newmount.mnt = vfs_create_mount(fc);
3561 if (IS_ERR(newmount.mnt)) {
3562 ret = PTR_ERR(newmount.mnt);
3565 newmount.dentry = dget(fc->root);
3566 newmount.mnt->mnt_flags = mnt_flags;
3580 mnt = real_mount(newmount.mnt);
3585 mntget(newmount.mnt);
3590 file = dentry_open(&newmount, O_PATH, fc->cred);
3592 dissolve_on_fput(newmount.mnt);
3605 path_put(&newmount);