Mount wraps syscall.Mount
(string, string, string, uintptr, string)
| 170 | OpenFile(string, int, os.FileMode) (*os.File, error) |
| 171 | // Mount wraps syscall.Mount |
| 172 | Mount(string, string, string, uintptr, string) error |
| 173 | // Unmount wraps syscall.Unmount |
| 174 | Unmount(string, int) error |
| 175 | // ReadDir wraps os.ReadDir |
no outgoing calls