Track fsync/fdatasync/sync_file_range issue count
[fio.git] / io_ddir.h
index 613d5fbce2625ab5b9b41d74fcab5ffebdd2694a..71084aa4065b71a61b8860711b7968367cfb2cb9 100644 (file)
--- a/io_ddir.h
+++ b/io_ddir.h
@@ -5,8 +5,11 @@ enum fio_ddir {
        DDIR_READ = 0,
        DDIR_WRITE = 1,
        DDIR_TRIM = 2,
-       DDIR_RWDIR_CNT = 3,
        DDIR_SYNC = 3,
+
+       DDIR_RWDIR_CNT = 3,
+       DDIR_RWDIR_SYNC_CNT = 4,
+
        DDIR_DATASYNC,
        DDIR_SYNC_FILE_RANGE,
        DDIR_WAIT,