Searched refs:init_filelist (Results 1 – 3 of 3) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_fs.c | 253 init_filelist(&fs->files, buf, FILES_BASE, 0, 0); in check_existing_fileset() 275 init_filelist(&fs->meta, buf, META_BASE, 0, 1); in check_existing_fileset() 294 init_filelist(&fs->fill, buf, AGE_BASE, 0, 0); in check_existing_fileset() 341 init_filelist(&fs->files, buf, FILES_BASE, fs->num_dirs, 1); in construct_new_fileset() 342 init_filelist(&fs->fill, buf, AGE_BASE, fs->num_age_dirs, 1); in construct_new_fileset() 349 init_filelist(&fs->meta, buf, META_BASE, 0, 1); in construct_new_fileset()
|
D | filelist.h | 73 void init_filelist(struct benchfiles *, char *, char *, uint32_t, int);
|
D | filelist.c | 82 void init_filelist(struct benchfiles *b, char *basedir, char *basename, in init_filelist() function
|