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

/linux-master/fs/
H A Dinternal.h69 extern struct vfsmount *lookup_mnt(const struct path *);
H A Dnamespace.c707 * lookup_mnt - Return the first child mount mounted at path
716 * Then lookup_mnt() on the base /mnt dentry in the root mount will
720 * lookup_mnt takes a reference to the found vfsmount.
722 struct vfsmount *lookup_mnt(const struct path *path) function
2474 mnt = lookup_mnt(path);
H A Dnamei.c1395 struct vfsmount *mounted = lookup_mnt(path);
1449 mounted = lookup_mnt(path);

Completed in 147 milliseconds