Searched refs:__lookup_mnt (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/ |
D | mount.h | 100 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *); 106 struct mount *m = __lookup_mnt(path->mnt, path->dentry); in __path_is_mountpoint()
|
D | pnode.c | 388 child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint); in propagate_mount_busy() 421 child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint); in propagate_mount_unlock() 559 struct mount *child = __lookup_mnt(&m->mnt, in propagate_umount()
|
D | namespace.c | 668 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) in __lookup_mnt() function 704 child_mnt = __lookup_mnt(path->mnt, path->dentry); in lookup_mnt() 2254 q = __lookup_mnt(&child->mnt_parent->mnt, in attach_recursive_mnt() 3084 if (unlikely(__lookup_mnt(path->mnt, dentry))) { in finish_automount()
|
D | namei.c | 1501 struct mount *mounted = __lookup_mnt(path->mnt, dentry); in __follow_mount_rcu()
|