package btrfs
import "github.com/docker/docker/daemon/graphdriver/btrfs"
Index ¶
- func BtrfsBuildVersion() string
- func BtrfsLibVersion() int
- func Init(home string, options []string) (graphdriver.Driver, error)
- type Driver
- func (d *Driver) Cleanup() error
- func (d *Driver) Create(id string, parent string) error
- func (d *Driver) Exists(id string) bool
- func (d *Driver) Get(id, mountLabel string) (string, error)
- func (d *Driver) GetMetadata(id string) (map[string]string, error)
- func (d *Driver) Put(id string) error
- func (d *Driver) Remove(id string) error
- func (d *Driver) Status() [][2]string
- func (d *Driver) String() string
Functions ¶
func BtrfsBuildVersion ¶
func BtrfsBuildVersion() string
func BtrfsLibVersion ¶
func BtrfsLibVersion() int
func Init ¶
func Init(home string, options []string) (graphdriver.Driver, error)
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) Cleanup ¶
func (*Driver) Create ¶
func (*Driver) Exists ¶
func (*Driver) Get ¶
func (*Driver) GetMetadata ¶
func (*Driver) Put ¶
func (*Driver) Remove ¶
func (*Driver) Status ¶
func (*Driver) String ¶
Source Files ¶
- Version
- v1.8.0
- Published
- Aug 11, 2015
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 22 minutes ago –
Tools for package owners.