Lines Matching defs:mounted
1544 * mounted directory. Also, autofs may mark negative dentries
1590 if (flags & DCACHE_MOUNTED) { // something's mounted on it..
1591 struct vfsmount *mounted = lookup_mnt(path);
1592 if (mounted) { // ... in our namespace
1596 path->mnt = mounted;
1597 path->dentry = dget(mounted->mnt_root);
1647 struct vfsmount *mounted;
1649 mounted = lookup_mnt(path);
1650 if (mounted) {
1653 path->mnt = mounted;
1654 path->dentry = dget(mounted->mnt_root);
1703 struct mount *mounted = __lookup_mnt(path->mnt, dentry);
1704 if (mounted) {
1705 path->mnt = &mounted->mnt;
1706 dentry = path->dentry = mounted->mnt.mnt_root;
2130 * In the common case we are in rcu-walk and traversing over a non-mounted on
3615 /* Find something mounted on "pts" in the same directory as