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

  /external/fio/
trim.c 39 if (ipo->flags & IP_F_ONLIST)
iolog.h 187 IP_F_ONLIST = 2,
iolog.c 246 ipo->flags |= IP_F_ONLIST;
318 else if (ipo->flags & IP_F_ONLIST)
verify.c 1335 assert(ipo->flags & IP_F_ONLIST);
1336 ipo->flags &= ~IP_F_ONLIST;
    [all...]

Completed in 776 milliseconds