X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=028ef4cb9ec2e79b0296639a2ddc69b2bfdd24a1;hp=86020d96ae17bc6e1271a2ab6225d4e4f9c007d1;hb=6ae1f57f2cb8661b97b770372eeb3694f6d5a744;hpb=8ce9cd3dfab6a802272378e02695e87ebe40a973;ds=sidebyside diff --git a/fio.h b/fio.h index 86020d96..028ef4cb 100644 --- a/fio.h +++ b/fio.h @@ -269,10 +269,9 @@ enum fio_ioengine_flags { enum fio_file_flags { FIO_FILE_OPEN = 1 << 0, /* file is open */ FIO_FILE_CLOSING = 1 << 1, /* file being closed */ - FIO_FILE_EXISTS = 1 << 2, /* file there */ - FIO_FILE_EXTEND = 1 << 3, /* needs extend */ - FIO_FILE_DONE = 1 << 4, /* io completed to this file */ - FIO_SIZE_KNOWN = 1 << 5, /* size has been set */ + FIO_FILE_EXTEND = 1 << 2, /* needs extend */ + FIO_FILE_DONE = 1 << 3, /* io completed to this file */ + FIO_SIZE_KNOWN = 1 << 4, /* size has been set */ }; /*