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

  /external/fio/
memory.c 135 if (!td->o.mmapfile)
140 if (td->o.mmapfile) {
141 td->mmapfd = open(td->o.mmapfile, O_RDWR|O_CREAT, 0644);
172 if (td->o.mmapfile)
173 unlink(td->o.mmapfile);
187 if (td->o.mmapfile) {
190 unlink(td->o.mmapfile);
191 free(td->o.mmapfile);
thread_options.h 56 char *mmapfile; member in struct:thread_options
330 uint8_t mmapfile[FIO_TOP_STR_MAX]; member in struct:thread_options_pack
cconv.c 36 free(o->mmapfile);
72 string_to_cpu(&o->mmapfile, top->mmapfile);
322 string_to_net(top->mmapfile, o->mmapfile);
options.c 395 td->o.mmapfile = get_opt_postfix(mem);
    [all...]

Completed in 64 milliseconds