Home
last modified time | relevance | path

Searched refs:lookup_mnt (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dinternal.h86 extern struct vfsmount *lookup_mnt(const struct path *);
H A Dnamespace.c621 * lookup_mnt - Return the first child mount mounted at path
630 * Then lookup_mnt() on the base /mnt dentry in the root mount will
634 * lookup_mnt takes a reference to the found vfsmount.
636 struct vfsmount *lookup_mnt(const struct path *path) in lookup_mnt() function
2236 mnt = lookup_mnt(path); in lock_mount()
H A Dnamei.c1241 struct vfsmount *mounted = lookup_mnt(path); in __traverse_mounts()
1295 mounted = lookup_mnt(path); in follow_down_one()
/kernel/linux/linux-6.6/fs/
H A Dinternal.h69 extern struct vfsmount *lookup_mnt(const struct path *);
H A Dnamespace.c700 * lookup_mnt - Return the first child mount mounted at path
709 * Then lookup_mnt() on the base /mnt dentry in the root mount will
713 * lookup_mnt takes a reference to the found vfsmount.
715 struct vfsmount *lookup_mnt(const struct path *path) in lookup_mnt() function
2468 mnt = lookup_mnt(path); in do_lock_mount()
H A Dnamei.c1397 struct vfsmount *mounted = lookup_mnt(path); in __traverse_mounts()
1451 mounted = lookup_mnt(path); in follow_down_one()

Completed in 25 milliseconds