module Mount:sig..end
type t = {
   | 
spec : | 
   | 
file : | 
   | 
vfstype : | 
   | 
mntops : | 
   | 
freq : | 
   | 
passno : | 
val passno : t -> intval freq : t -> intval mntops : t -> string listval vfstype : t -> stringval file : t -> stringval spec : t -> stringmodule Fields:sig..end