loopback

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2018 License: Apache-2.0, Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LoopSetFd       = 0x4C00
	LoopClrFd       = 0x4C01
	LoopSetStatus64 = 0x4C04
	LoopGetStatus64 = 0x4C05
	LoopSetCapacity = 0x4C07
	LoopCtlGetFree  = 0x4C82
)

IOCTL consts; taken from /usr/include/linux/loop.h

View Source
const (
	LoFlagsReadOnly  = 1
	LoFlagsAutoClear = 4
	LoFlagsPartScan  = 8
	LoKeySize        = 32
	LoNameSize       = 64
)

LOOP consts; taken from /usr/include/linux/loop.h

Variables

View Source
var (
	ErrAttachLoopbackDevice   = errors.New("loopback attach failed")
	ErrGetLoopbackBackingFile = errors.New("Unable to get loopback backing file")
	ErrSetCapacity            = errors.New("Unable set loopback capacity")
)

Loopback related errors

Functions

func AttachLoopDevice

func AttachLoopDevice(fileName string) (loop *os.File, err error)

AttachLoopDevice attaches the given squashfs file to the next available loopback device. It returns an opened *os.File of the loop device created.

func FindLoopDeviceFor

func FindLoopDeviceFor(file *os.File) *os.File

FindLoopDeviceFor returns a loopback device file for the specified file which is backing file of a loop back device.

func SetCapacity

func SetCapacity(file *os.File) error

SetCapacity reloads the size for the loopback device.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL