X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-linux.h;h=081f5d6c632b57ae322ff93e8d39d5c985b14e9e;hb=e65a950ab73d7d91f267ad7f7b084d94e266fcb0;hp=3f5b2d8310aaa171a4ab68b47c93c884e4b9dac7;hpb=c2e9cc4d20c1db1c81276fdaadb56b8b0085d0d8;p=fio.git diff --git a/os/os-linux.h b/os/os-linux.h index 3f5b2d83..081f5d6c 100644 --- a/os/os-linux.h +++ b/os/os-linux.h @@ -45,6 +45,7 @@ #define FIO_HAVE_CLOCK_MONOTONIC #define FIO_HAVE_GETTID #define FIO_USE_GENERIC_INIT_RANDOM_STATE +#define FIO_HAVE_E4_ENG /* * Can only enable this for newer glibcs, or the header and defines are @@ -57,6 +58,10 @@ #define FIO_HAVE_LINUX_FALLOCATE #endif +#ifdef FIO_HAVE_LINUX_FALLOCATE +#define FIO_HAVE_FALLOC_ENG +#endif + #ifdef SYNC_FILE_RANGE_WAIT_BEFORE #define FIO_HAVE_SYNC_FILE_RANGE #endif