Lines Matching refs:mountpoint
809 * @mnt: The mountpoint to check.
1456 * follow_up - Find the mountpoint of path's vfsmount
1458 * Given a path, find the mountpoint of its source file system.
1459 * Replace @path with the path of the mountpoint in the parent mount.
1469 struct dentry *mountpoint;
1478 mountpoint = dget(mnt->mnt_mountpoint);
1481 path->dentry = mountpoint;
1492 struct dentry *mountpoint = m->mnt_mountpoint;
1495 if (unlikely(root->dentry == mountpoint &&
1498 if (mountpoint != m->mnt.mnt_root) {
1500 path->dentry = mountpoint;
1501 *seqp = read_seqcount_begin(&mountpoint->d_seq);
1547 * create a file of any type under the mountpoint, wants to
1548 * traverse through the mountpoint or wants to open the
1558 /* No need to trigger automounts if mountpoint crossing is disabled. */
1684 * Try to skip to top of mountpoint pile in rcuwalk mode. Fail if
1697 * Don't forget we might have a non-mountpoint managed dentry
2175 /* we know that mountpoint was pinned */
3674 * 10. We can't remove a root or mountpoint.