Searched refs:__lookup_mnt (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/
H A Dmount.h98 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
104 struct mount *m = __lookup_mnt(path->mnt, path->dentry);
H A Dpnode.c426 child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint);
459 child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint);
597 struct mount *child = __lookup_mnt(&m->mnt,
H A Dnamespace.c676 * __lookup_mnt - find first child mount
695 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) function
731 child_mnt = __lookup_mnt(path->mnt, path->dentry);
2375 q = __lookup_mnt(&child->mnt_parent->mnt,
3025 if (unlikely(__lookup_mnt(path->mnt, path->dentry))) {
H A Dnamei.c1506 struct mount *mounted = __lookup_mnt(path->mnt, dentry);

Completed in 177 milliseconds