X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=a0c7e2bc3e40f893d690435af6d3a5a39f2d9bbe;hp=344cdbf939a3e55fed9c7274133355e058f2a0d8;hb=47f6bdecbb82f00c698263e0e96b33977c1adb64;hpb=79a43187163eb99eaabaa496cb8b5e3a164f3e09 diff --git a/ioengine.h b/ioengine.h index 344cdbf9..a0c7e2bc 100644 --- a/ioengine.h +++ b/ioengine.h @@ -10,6 +10,7 @@ enum { IO_U_F_IN_CUR_DEPTH = 1 << 3, IO_U_F_BUSY_OK = 1 << 4, IO_U_F_TRIMMED = 1 << 5, + IO_U_F_BARRIER = 1 << 6, }; /* @@ -126,6 +127,8 @@ enum fio_ioengine_flags { FIO_NOIO = 1 << 6, /* thread does only pseudo IO */ FIO_SIGQUIT = 1 << 7, /* needs SIGQUIT to exit */ FIO_PIPEIO = 1 << 8, /* input/output no seekable */ + FIO_BARRIER = 1 << 9, /* engine supports barriers */ + FIO_MEMALIGN = 1 << 10, /* engine wants aligned memory */ }; /*