fs/mount.h
140
extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
fs/mount.h
146
struct mount *m = __lookup_mnt(path->mnt, path->dentry);
fs/namei.c
1708
struct mount *mounted = __lookup_mnt(path->mnt, dentry);
fs/namespace.c
2645
q = __lookup_mnt(&child->mnt_parent->mnt,
fs/namespace.c
2704
m = __lookup_mnt(path->mnt, path->dentry);
fs/namespace.c
3505
no_child = !__lookup_mnt(path->mnt, path->dentry);
fs/namespace.c
3509
no_child = !__lookup_mnt(path->mnt, path->dentry);
fs/namespace.c
817
child_mnt = __lookup_mnt(path->mnt, path->dentry);
fs/pnode.c
441
struct mount *child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint);
fs/pnode.c
475
child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint);
fs/pnode.c
512
struct mount *child = __lookup_mnt(&q->mnt,