Home
last modified time | relevance | path

Searched refs:FIO_VERROR_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Dstat.h141 #define FIO_VERROR_SIZE 128 macro
145 char verror[FIO_VERROR_SIZE];
Dfilesetup.c663 char buf[FIO_VERROR_SIZE]; in generic_open_file()
1635 char buf[FIO_VERROR_SIZE]; in recurse_dir()
1637 snprintf(buf, FIO_VERROR_SIZE, "opendir(%s)", dirname); in recurse_dir()
Dfio.h414 char verror[FIO_VERROR_SIZE];
Dserver.c1462 strncpy(p.ts.verror, ts->verror, FIO_VERROR_SIZE - 1); in fio_server_send_ts()
/external/fio/engines/
Dfalloc.c45 char buf[FIO_VERROR_SIZE]; in open_file()