HomeSort by relevance Sort by last modified time
    Searched refs:IO_U_F_TRIMMED (Results 1 - 4 of 4) sorted by null

  /external/fio/
ioengine.h 26 IO_U_F_TRIMMED = 1 << 5,
verify.c 740 if (io_u->flags & IO_U_F_TRIMMED) {
1123 io_u->flags |= IO_U_F_TRIMMED;
backend.c 510 io_u->flags |= IO_U_F_TRIMMED;
    [all...]
io_u.c 1317 io_u->flags &= ~(IO_U_F_TRIMMED | IO_U_F_BARRIER);
    [all...]

Completed in 37 milliseconds