filesetup: add fallocate=truncate option.
[fio.git] / file.h
diff --git a/file.h b/file.h
index e50c0f9c3fac752455bfbe74701fd86b04b844ad..ae0e6fc8996d02f8ca2e5a76629a3dd3cf94b00d 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,
 };
 
 /*