package btrfs

import "github.com/dotcloud/docker/daemon/graphdriver/btrfs"

Index

Functions

func Init

func Init(home string) (graphdriver.Driver, error)

Types

type Driver

type Driver struct {
	// contains filtered or unexported fields
}

func (*Driver) Cleanup

func (d *Driver) Cleanup() error

func (*Driver) Create

func (d *Driver) Create(id string, parent string) error

func (*Driver) Exists

func (d *Driver) Exists(id string) bool

func (*Driver) Get

func (d *Driver) Get(id, mountLabel string) (string, error)

func (*Driver) Put

func (d *Driver) Put(id string)

func (*Driver) Remove

func (d *Driver) Remove(id string) error

func (*Driver) Status

func (d *Driver) Status() [][2]string

func (*Driver) String

func (d *Driver) String() string

Source Files

btrfs.go

Version
v0.11.0
Published
May 7, 2014
Platform
linux/amd64
Imports
7 packages
Last checked
now

Tools for package owners.