Lines Matching defs:mountpoint
647 * @mnt: The mountpoint to check.
1265 * follow_up - Find the mountpoint of path's vfsmount
1267 * Given a path, find the mountpoint of its source file system.
1268 * Replace @path with the path of the mountpoint in the parent mount.
1278 struct dentry *mountpoint;
1287 mountpoint = dget(mnt->mnt_mountpoint);
1290 path->dentry = mountpoint;
1301 struct dentry *mountpoint = m->mnt_mountpoint;
1304 if (unlikely(root->dentry == mountpoint &&
1307 if (mountpoint != m->mnt.mnt_root) {
1309 path->dentry = mountpoint;
1310 *seqp = read_seqcount_begin(&mountpoint->d_seq);
1356 * create a file of any type under the mountpoint, wants to
1357 * traverse through the mountpoint or wants to open the
1481 * Try to skip to top of mountpoint pile in rcuwalk mode. Fail if
1497 * Don't forget we might have a non-mountpoint managed dentry
1895 /* we know that mountpoint was pinned */
2947 * 10. We can't remove a root or mountpoint.