Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dmount.h120 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
126 struct mount *m = __lookup_mnt(path->mnt, path->dentry); in __path_is_mountpoint()
H A Dpnode.c427 child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint); in propagate_mount_busy()
460 child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint); in propagate_mount_unlock()
600 struct mount *child = __lookup_mnt(&m->mnt, in propagate_umount()
H A Dnamespace.c838 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) in __lookup_mnt() function
874 child_mnt = __lookup_mnt(path->mnt, path->dentry); in lookup_mnt()
2754 q = __lookup_mnt(&child->mnt_parent->mnt, in attach_recursive_mnt()
3476 if (unlikely(__lookup_mnt(path->mnt, path->dentry))) { in path_overmounted()
H A Dnamei.c1593 struct mount *mounted = __lookup_mnt(path->mnt, dentry); in __follow_mount_rcu()