module Mount:sig
..end
type
t = {
|
spec : |
|
file : |
|
vfstype : |
|
mntops : |
|
freq : |
|
passno : |
val passno : t -> int
val freq : t -> int
val mntops : t -> string list
val vfstype : t -> string
val file : t -> string
val spec : t -> string
module Fields:sig
..end