summaryrefslogtreecommitdiff
path: root/lib/device/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/device/filesystem.h')
-rw-r--r--lib/device/filesystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/device/filesystem.h b/lib/device/filesystem.h
index 7a34d2ae0..fd1af0416 100644
--- a/lib/device/filesystem.h
+++ b/lib/device/filesystem.h
@@ -25,6 +25,7 @@ struct fs_info {
uint64_t fs_last_byte; /* last byte on the device used by the fs */
uint32_t crypt_offset_bytes; /* offset in bytes of crypt data on LV */
dev_t crypt_devt; /* dm-crypt device between the LV and FS */
+ uint64_t crypt_dev_size_bytes;
unsigned nofs:1;
unsigned unmounted:1;