# Functions
CreateDevice creates a device-mapper device with the given target spec.
LinearTarget constructs a device-mapper target that maps a portion of a block device at the specified offset.
RemoveDevice removes a device-mapper device and its associated device node.
# Constants
CreateReadOnly specifies that the device is not writable.
# Type aliases
CreateFlags modify the operation of CreateDevice.