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

  /external/fio/
thread_options.h 53 char *filename_format; member in struct:thread_options
327 uint8_t filename_format[FIO_TOP_STR_MAX]; member in struct:thread_options_pack
cconv.c 33 free(o->filename_format);
69 string_to_cpu(&o->filename_format, top->filename_format);
319 string_to_net(top->filename_format, o->filename_format);
init.c 1124 if (!o->filename_format || !strlen(o->filename_format)) {
1133 strncpy(buf, o->filename_format, buf_size - 1);
    [all...]
options.c 1523 .name = "filename_format",
1526 .off1 = offsetof(struct thread_options, filename_format),
    [all...]

Completed in 657 milliseconds