Home
last modified time | relevance | path

Searched refs:IO_U_F_FLIGHT (Results 1 – 8 of 8) sorted by relevance

/external/fio/engines/
Dglusterfs_async.c35 if (!(io_u->flags & IO_U_F_FLIGHT)) in fio_gf_getevents()
Dposixaio.c117 if (io_u->seen || !(io_u->flags & IO_U_F_FLIGHT)) in fio_posixaio_getevents()
Drbd.c263 if (!(io_u->flags & IO_U_F_FLIGHT)) in rbd_iter_events()
Dwindowsaio.c280 if (!(io_u->flags & IO_U_F_FLIGHT)) in fio_windowsaio_getevents()
/external/fio/
Dioengine.h22 IO_U_F_FLIGHT = 1 << 1, enumerator
Dioengines.c272 assert((io_u->flags & IO_U_F_FLIGHT) == 0); in td_io_queue()
273 io_u->flags |= IO_U_F_FLIGHT; in td_io_queue()
Dio_u.c699 io_u->flags &= ~IO_U_F_FLIGHT; in clear_io_u()
713 if ((__io_u->flags & IO_U_F_FLIGHT) && ddir_rw(ddir)) in requeue_io_u()
716 __io_u->flags &= ~IO_U_F_FLIGHT; in requeue_io_u()
1614 assert(io_u->flags & IO_U_F_FLIGHT); in io_completed()
1615 io_u->flags &= ~(IO_U_F_FLIGHT | IO_U_F_BUSY_OK); in io_completed()
Dbackend.c270 if (io_u->flags & IO_U_F_FLIGHT) { in cleanup_pending_aio()
1276 io_u->flags |= IO_U_F_FLIGHT; in do_dry_run()