Home
last modified time | relevance | path

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

/linux/fs/
H A Dmount.h128 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
134 struct mount *m = __lookup_mnt(path->mnt, path->dentry); in __path_is_mountpoint()
H A Dpnode.c441 struct mount *child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint); in propagate_mount_busy()
475 child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint); in propagate_mount_unlock()
512 struct mount *child = __lookup_mnt(&q->mnt, in gather_candidates()
H A Dnamespace.c804 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) in __lookup_mnt() function
831 child_mnt = __lookup_mnt(path->mnt, path->dentry); in lookup_mnt()
2639 q = __lookup_mnt(&child->mnt_parent->mnt, in attach_recursive_mnt()
2685 m = __lookup_mnt(path->mnt, path->dentry); in where_to_mount()
3377 no_child = !__lookup_mnt(path->mnt, path->dentry); in path_overmounted()
3381 no_child = !__lookup_mnt(path->mnt, path->dentry); in path_overmounted()
H A Dnamei.c1605 struct mount *mounted = __lookup_mnt(path->mnt, dentry); in __follow_mount_rcu()