OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:file_action
(Results
1 - 3
of
3
) sorted by null
/external/fio/
iolog.h
161
unsigned int
file_action
;
member in union:io_piece::__anon12603
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
;
blktrace.c
126
ipo->
file_action
= action;
Completed in 173 milliseconds