Home
last modified time | relevance | path

Searched refs:file_action (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Diolog.c108 switch (ipo->file_action) { in ipo_special()
122 log_err("fio: bad file action %d\n", ipo->file_action); in ipo_special()
334 int reads, writes, waits, fileno = 0, file_action = 0; /* stupid gcc */ in read_iolog2() local
382 file_action = FIO_LOG_ADD_FILE; in read_iolog2()
386 file_action = FIO_LOG_OPEN_FILE; in read_iolog2()
389 file_action = FIO_LOG_CLOSE_FILE; in read_iolog2()
431 ipo->file_action = file_action; in read_iolog2()
Diolog.h161 unsigned int file_action; member
Dblktrace.c126 ipo->file_action = action; in trace_add_open_close_event()