Home | History | Annotate | Download | only in fio

Lines Matching full:engine

62 	 * IO engine state, may be different from above when we get
80 * io engine private data
157 FIO_SYNCIO = 1 << 0, /* io engine has synchronous ->queue */
160 FIO_NOEXTEND = 1 << 3, /* engine can't extend file */
162 FIO_UNIDIR = 1 << 5, /* engine is uni-directional */
165 FIO_BARRIER = 1 << 8, /* engine supports barriers */
166 FIO_MEMALIGN = 1 << 9, /* engine wants aligned memory */
167 FIO_BIT_BASED = 1 << 10, /* engine uses a bit base (e.g. uses Kbit as opposed to KB) */
171 * External engine defined symbol to fill in the engine ops structure
176 * io engine entry points
194 extern int fio_show_ioengine_help(const char *engine);