# Functions
GetDeviceNameFromMount: given a mnt point, find the device from /proc/mounts returns the device name, reference count, and error code.
GetMountRefs finds all other references to the device referenced by mountPath; returns a list of paths.
New returns a mount.Interface for the current system.
# Constants
Values for FakeAction.Action.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
FakeAction objects are logged every time a fake mount or unmount is called.
FakeMounter implements mount.Interface for tests.
Mounter implements mount.Interface for linux platform.
This represents a single line in /proc/mounts or /etc/fstab.
# Interfaces
Each supported platform must define the following flags: - FlagBind: specifies a bind mount - FlagReadOnly: the mount will be read-only.