Searched refs:greq (Results 1 – 2 of 2) sorted by relevance
/external/fio/engines/ |
D | guasi.c | 46 io_u->greq = NULL; in fio_guasi_prep() 161 io_u->greq = NULL; in fio_guasi_commit() 163 io_u->greq = guasi__pread(ld->hctx, ld, io_u, 0, in fio_guasi_commit() 167 io_u->greq = guasi__pwrite(ld->hctx, ld, io_u, 0, in fio_guasi_commit() 171 io_u->greq = guasi__fsync(ld->hctx, ld, io_u, 0, f->fd); in fio_guasi_commit() 176 if (io_u->greq == NULL) { in fio_guasi_commit() 192 GDBG_PRINT(("fio_guasi_cancel(%p) req=%p\n", io_u, io_u->greq)); in fio_guasi_cancel() 193 if (io_u->greq != NULL) in fio_guasi_cancel() 194 guasi_req_cancel(io_u->greq); in fio_guasi_cancel()
|
/external/fio/ |
D | ioengine.h | 106 guasi_req_t greq; member
|