Searched refs:systemMounter (Results 1 – 1 of 1) sorted by relevance
25 type systemMounter struct { struct28 func NewSystemMounter() *systemMounter {29 var f systemMounter33 func (f *systemMounter) Mount(source string, target string, fstype string, flags uintptr, data stri… argument37 func (f *systemMounter) Unmount(target string, flags int) error { argument41 func (f *systemMounter) List() ([]string, error) { argument65 func (f *systemMounter) parseMounts(mountSource io.Reader) ([]Mount, error) { argument