fs/mount.h
130
extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
fs/mount.h
136
struct mount *m = __lookup_mnt(path->mnt, path->dentry);
fs/namei.c
1703
struct mount *mounted = __lookup_mnt(path->mnt, dentry);
fs/namespace.c
2640
q = __lookup_mnt(&child->mnt_parent->mnt,
fs/namespace.c
2686
m = __lookup_mnt(path->mnt, path->dentry);
fs/namespace.c
3489
no_child = !__lookup_mnt(path->mnt, path->dentry);
fs/namespace.c
3493
no_child = !__lookup_mnt(path->mnt, path->dentry);
fs/namespace.c
816
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,