github.com/fcwu/docker@v1.4.2-0.20150115145920-2a69ca89f0df/pkg/mount/mountinfo.go (about)

     1  package mount
     2  
     3  type MountInfo struct {
     4  	Id, Parent, Major, Minor         int
     5  	Root, Mountpoint, Opts, Optional string
     6  	Fstype, Source, VfsOpts          string
     7  }