# Functions
All mounts all the provided mounts to the provided target.
CleanupTempMounts all temp mounts and remove the directories.
Lookup returns the mount info corresponds to the path.
PID collects the mounts for a specific process ID.
Self retrieves a list of mounts for the current running process.
SetTempMountLocation sets the temporary mount location.
Unmount the provided mount path with the flags.
UnmountAll repeatedly unmounts the given mount point until there are no mounts remaining (EINVAL is returned by mount), which is useful for undoing a stack of mounts on the same mount point.
WithTempMount mounts the provided mounts to a temp dir, and pass the temp dir to f.