Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dmount.h88 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
Dnamespace.c618 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) in __lookup_mnt() function
636 p = __lookup_mnt(mnt, dentry); in __lookup_mnt_last()
676 child_mnt = __lookup_mnt(path->mnt, path->dentry); in lookup_mnt()
Dnamei.c1175 mounted = __lookup_mnt(path->mnt, path->dentry); in __follow_mount_rcu()
1226 mounted = __lookup_mnt(nd->path.mnt, nd->path.dentry); in follow_dotdot_rcu()