Searched defs:jobname (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dinit.c385 int preserve_eo, const char *jobname)
420 if (jobname)
421 td->o.name = strdup(jobname);
991 { .keyword = "$jobname", .key = FPRE_JOBNAME, },
998 const char *jobname, int jobnum, int filenum)
1005 sprintf(buf, "%s.%d.%d", jobname, jobnum, filenum);
1039 ret = snprintf(dst, dst_left, "%s", jobname);
1109 static int add_job(struct thread_data *td, const char *jobname, int job_add_num, argument
1149 if (o->nr_files == 1 && exists_and_not_file(jobname))
1150 add_file(td, jobname, job_add_nu
384 get_new_job(int global, struct thread_data *parent, int preserve_eo, const char *jobname) argument
997 make_filename(char *buf, size_t buf_size,struct thread_options *o, const char *jobname, int jobnum, int filenum) argument
1372 char jobname[32]; local
[all...]

Completed in 124 milliseconds