child_mnt         637 fs/namespace.c 	struct mount *child_mnt;
child_mnt         644 fs/namespace.c 		child_mnt = __lookup_mnt(path->mnt, path->dentry);
child_mnt         645 fs/namespace.c 		m = child_mnt ? &child_mnt->mnt : NULL;
child_mnt         830 fs/namespace.c 			struct mount *child_mnt)
child_mnt         834 fs/namespace.c 	child_mnt->mnt_mountpoint = mp->m_dentry;
child_mnt         835 fs/namespace.c 	child_mnt->mnt_parent = mnt;
child_mnt         836 fs/namespace.c 	child_mnt->mnt_mp = mp;
child_mnt         837 fs/namespace.c 	hlist_add_head(&child_mnt->mnt_mp_list, &mp->m_list);