options: wire up e4defrag and falloc engines
[fio.git] / options.c
index 8fa50a8f5d987ebfa73098b0c5a17de5e2969940..d1cf7e8a70ba6480c9dc1b1021b5a739c5dec9f9 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1082,6 +1082,16 @@ static struct fio_option options[FIO_MAX_OPTS] = {
                          { .ival = "fusion-aw-sync",
                            .help = "Fusion-io atomic write engine",
                          },
+#endif
+#ifdef FIO_HAVE_E4_ENG
+                         { .ival = "e4defrag",
+                           .help = "ext4 defrag engine",
+                         },
+#endif
+#ifdef FIO_HAVE_FALLOC_ENG
+                         { .ival = "falloc",
+                           .help = "fallocate() file based engine",
+                         },
 #endif
                          { .ival = "external",
                            .help = "Load external engine (append name)",