Lines Matching refs:newmount
3946 struct path newmount;
4008 newmount.mnt = vfs_create_mount(fc);
4009 if (IS_ERR(newmount.mnt)) {
4010 ret = PTR_ERR(newmount.mnt);
4013 newmount.dentry = dget(fc->root);
4014 newmount.mnt->mnt_flags = mnt_flags;
4028 mnt = real_mount(newmount.mnt);
4033 mntget(newmount.mnt);
4038 file = dentry_open(&newmount, O_PATH, fc->cred);
4040 dissolve_on_fput(newmount.mnt);
4053 path_put(&newmount);