Searched refs:__lookup_mnt (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | mount.h | 101 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *); 108 struct mount *m = __lookup_mnt(path->mnt, path->dentry); in __path_is_mountpoint()
|
H A 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()
|
H A D | namespace.c | 609 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) in __lookup_mnt() function 645 child_mnt = __lookup_mnt(path->mnt, path->dentry); in lookup_mnt() 2192 q = __lookup_mnt(&child->mnt_parent->mnt, in attach_recursive_mnt() 2955 if (unlikely(__lookup_mnt(path->mnt, dentry))) { in finish_automount()
|
H A D | namei.c | 1353 struct mount *mounted = __lookup_mnt(path->mnt, dentry); in __follow_mount_rcu()
|
/kernel/linux/linux-6.6/fs/ |
H A 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()
|
H A D | pnode.c | 426 child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint); in propagate_mount_busy() 459 child = __lookup_mnt(&m->mnt, mnt->mnt_mountpoint); in propagate_mount_unlock() 597 struct mount *child = __lookup_mnt(&m->mnt, in propagate_umount()
|
H A D | namespace.c | 669 * __lookup_mnt - find first child mount 688 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) in __lookup_mnt() function 724 child_mnt = __lookup_mnt(path->mnt, path->dentry); in lookup_mnt() 2369 q = __lookup_mnt(&child->mnt_parent->mnt, in attach_recursive_mnt() 3020 if (unlikely(__lookup_mnt(path->mnt, path->dentry))) { in path_overmounted()
|
H A D | namei.c | 1508 struct mount *mounted = __lookup_mnt(path->mnt, dentry); in __follow_mount_rcu()
|
Completed in 25 milliseconds