t/zbd: check log file for failed assertions
[fio.git] / file.h
diff --git a/file.h b/file.h
index e50c0f9c3fac752455bfbe74701fd86b04b844ad..375bbfd33ed805d70f1443ea4308ce1ece746ca6 100644 (file)
--- a/file.h
+++ b/file.h
@@ -67,6 +67,7 @@ enum fio_fallocate_mode {
        FIO_FALLOCATE_POSIX     = 2,
        FIO_FALLOCATE_KEEP_SIZE = 3,
        FIO_FALLOCATE_NATIVE    = 4,
+       FIO_FALLOCATE_TRUNCATE  = 5,
 };
 
 /*
@@ -103,6 +104,9 @@ struct fio_file {
         * Zoned block device information. See also zonemode=zbd.
         */
        struct zoned_block_device_info *zbd_info;
+       /* zonemode=zbd working area */
+       uint32_t min_zone;      /* inclusive */
+       uint32_t max_zone;      /* exclusive */
 
        /*
         * Track last end and last start of IO for a given data direction