Lines Matching defs:mountpoint
1109 * follow_up - Find the mountpoint of path's vfsmount
1111 * Given a path, find the mountpoint of its source file system.
1112 * Replace @path with the path of the mountpoint in the parent mount.
1122 struct dentry *mountpoint;
1131 mountpoint = dget(mnt->mnt_mountpoint);
1134 path->dentry = mountpoint;
1145 struct dentry *mountpoint = m->mnt_mountpoint;
1148 if (unlikely(root->dentry == mountpoint &&
1151 if (mountpoint != m->mnt.mnt_root) {
1153 path->dentry = mountpoint;
1154 *seqp = read_seqcount_begin(&mountpoint->d_seq);
1200 * create a file of any type under the mountpoint, wants to
1201 * traverse through the mountpoint or wants to open the
1325 * Try to skip to top of mountpoint pile in rcuwalk mode. Fail if
1342 * Don't forget we might have a non-mountpoint managed dentry
1754 /* we know that mountpoint was pinned */
2696 * 10. We can't remove a root or mountpoint.