Searched refs:isSupportedFilesystem (Results 1 – 1 of 1) sorted by relevance
201 return isSupportedFilesystem(fstype)277 if ok, reason := isSupportedFilesystem(fstype); !ok {291 func isSupportedFilesystem(fstype string) (bool, string) { func