HomeSort by relevance Sort by last modified time
    Searched defs:file_action (Results 1 - 2 of 2) sorted by null

  /external/fio/
iolog.h 161 unsigned int file_action; member in union:io_piece::__anon12015
iolog.c 108 switch (ipo->file_action) {
122 log_err("fio: bad file action %d\n", ipo->file_action);
334 int reads, writes, waits, fileno = 0, file_action = 0; /* stupid gcc */ local
382 file_action = FIO_LOG_ADD_FILE;
386 file_action = FIO_LOG_OPEN_FILE;
389 file_action = FIO_LOG_CLOSE_FILE;
431 ipo->file_action = file_action;

Completed in 616 milliseconds