Home
last modified time | relevance | path

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

/fs/
Dmount.h79 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *, int);
Dpnode.c356 child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint, 0); in propagate_mount_busy()
378 struct mount *child = __lookup_mnt(&m->mnt, in __propagate_umount()
Dnamespace.c559 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()
Dnamei.c1117 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()