Home
last modified time | relevance | path

Searched refs:isSupportedFilesystem (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/pkg/host/
Dhost_linux.go201 return isSupportedFilesystem(fstype)
277 if ok, reason := isSupportedFilesystem(fstype); !ok {
291 func isSupportedFilesystem(fstype string) (bool, string) { func