Searched refs:__lookup_mnt (Results 1 – 4 of 4) sorted by relevance
/fs/ |
D | mount.h | 79 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *, int);
|
D | pnode.c | 356 child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint, 0); in propagate_mount_busy() 378 struct mount *child = __lookup_mnt(&m->mnt, in __propagate_umount()
|
D | namespace.c | 559 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry, in __lookup_mnt() function 601 child_mnt = __lookup_mnt(path->mnt, path->dentry, 1); in lookup_mnt()
|
D | namei.c | 1117 mounted = __lookup_mnt(path->mnt, path->dentry, 1); in __follow_mount_rcu() 1138 mounted = __lookup_mnt(nd->path.mnt, nd->path.dentry, 1); in follow_mount_rcu()
|