Searched refs:__lookup_mnt (Results 1 – 3 of 3) sorted by relevance
55 extern struct vfsmount *__lookup_mnt(struct vfsmount *, struct dentry *, int);
313 child = __lookup_mnt(m, mnt->mnt_mountpoint, 0); in propagate_mount_busy()335 struct vfsmount *child = __lookup_mnt(m, in __propagate_umount()
420 struct vfsmount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry, in __lookup_mnt() function449 if ((child_mnt = __lookup_mnt(mnt, dentry, 1))) in lookup_mnt()