newmnt            185 fs/afs/mntpt.c 	struct vfsmount *newmnt;
newmnt            189 fs/afs/mntpt.c 	newmnt = afs_mntpt_do_automount(path->dentry);
newmnt            190 fs/afs/mntpt.c 	if (IS_ERR(newmnt))
newmnt            191 fs/afs/mntpt.c 		return newmnt;
newmnt            193 fs/afs/mntpt.c 	mntget(newmnt); /* prevent immediate expiration */
newmnt            194 fs/afs/mntpt.c 	mnt_set_expiry(newmnt, &afs_vfsmounts);
newmnt            197 fs/afs/mntpt.c 	_leave(" = %p", newmnt);
newmnt            198 fs/afs/mntpt.c 	return newmnt;
newmnt            394 fs/cifs/cifs_dfs_ref.c 	struct vfsmount *newmnt;
newmnt            398 fs/cifs/cifs_dfs_ref.c 	newmnt = cifs_dfs_do_automount(path->dentry);
newmnt            399 fs/cifs/cifs_dfs_ref.c 	if (IS_ERR(newmnt)) {
newmnt            401 fs/cifs/cifs_dfs_ref.c 		return newmnt;
newmnt            404 fs/cifs/cifs_dfs_ref.c 	mntget(newmnt); /* prevent immediate expiration */
newmnt            405 fs/cifs/cifs_dfs_ref.c 	mnt_set_expiry(newmnt, &cifs_dfs_automount_list);
newmnt            409 fs/cifs/cifs_dfs_ref.c 	return newmnt;
newmnt           2700 fs/namespace.c static int do_add_mount(struct mount *newmnt, struct path *path, int mnt_flags)
newmnt           2725 fs/namespace.c 	if (path->mnt->mnt_sb == newmnt->mnt.mnt_sb &&
newmnt           2730 fs/namespace.c 	if (d_is_symlink(newmnt->mnt.mnt_root))
newmnt           2733 fs/namespace.c 	newmnt->mnt.mnt_flags = mnt_flags;
newmnt           2734 fs/namespace.c 	err = graft_tree(newmnt, parent, mp);