fs_block_size -> fs_blocksize, and int to make it consistent
[virt-df.git] / lib / diskimage.mli
index 5711630..7d51e93 100644 (file)
@@ -195,7 +195,8 @@ and partition_content =
 
 and filesystem = {
   fs_plugin_id : fs_plugin_id;         (** Filesystem type. *)
-  fs_block_size : int64;               (** Block size (bytes). *)
+  fs_dev : device;                     (** Device containing the filesystem. *)
+  fs_blocksize : int;                  (** Block size (bytes). *)
   fs_blocks_total : int64;             (** Total blocks. *)
   fs_is_swap : bool;                   (** If swap, following not valid. *)
   fs_blocks_reserved : int64;          (** Blocks reserved for super-user. *)