Home
last modified time | relevance | path

Searched refs:child_mnt (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/fs/
Dnamespace.c511 struct vfsmount *child_mnt; in lookup_mnt() local
514 if ((child_mnt = __lookup_mnt(path->mnt, path->dentry, 1))) in lookup_mnt()
515 mntget(child_mnt); in lookup_mnt()
517 return child_mnt; in lookup_mnt()
586 struct vfsmount *child_mnt) in mnt_set_mountpoint() argument
588 child_mnt->mnt_parent = mntget(mnt); in mnt_set_mountpoint()
589 child_mnt->mnt_mountpoint = dget(dentry); in mnt_set_mountpoint()