containerd/mount
Akihiro Suda 0ab2227377 mount: add mount.Lookup for ease of implementing snapshotters
`func Lookup(dir string) (Info, error)` returns the mount
info that corresponds to the dir

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-06-06 09:27:53 +00:00
..
lookup_test mount: add mount.Lookup for ease of implementing snapshotters 2017-06-06 09:27:53 +00:00
lookup_unix.go mount: add mount.Lookup for ease of implementing snapshotters 2017-06-06 09:27:53 +00:00
lookup_unsupported.go mount: add mount.Lookup for ease of implementing snapshotters 2017-06-06 09:27:53 +00:00
mount_linux.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mount_unix.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mount_windows.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mount.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mountinfo_freebsd.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mountinfo_linux_test.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mountinfo_linux.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mountinfo_solaris.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mountinfo_unsupported.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mountinfo.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00