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 39 char *filename_format; member in struct:thread_options
266 uint8_t filename_format[FIO_TOP_STR_MAX]; member in struct:thread_options_pack
cconv.c 30 free(o->filename_format);
56 string_to_cpu(&o->filename_format, top->filename_format);
261 string_to_net(top->filename_format, o->filename_format);
init.c 947 if (!o->filename_format || !strlen(o->filename_format)) {
956 strncpy(buf, o->filename_format, buf_size - 1);
    [all...]
options.c 1312 .name = "filename_format",
1314 .off1 = td_var_offset(filename_format),
    [all...]

Completed in 265 milliseconds