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

/external/ltp/utils/ffsb-6.0-rc2/
H A Dfilelist.h42 struct benchfiles { struct
73 void init_filelist(struct benchfiles *, char *, char *, uint32_t, int);
74 void destroy_filelist(struct benchfiles *);
83 struct ffsb_file *add_file(struct benchfiles *b, uint64_t size, randdata_t *rd);
84 struct ffsb_file *add_dir(struct benchfiles *, uint64_t, randdata_t *);
97 void remove_file(struct benchfiles *, struct ffsb_file *);
102 struct ffsb_file *choose_file_reader(struct benchfiles *, randdata_t *);
107 struct ffsb_file *choose_file_writer(struct benchfiles *, randdata_t *);
122 int validate_filename(struct benchfiles *, char *);
123 int validate_dirname(struct benchfiles *, cha
[all...]

Completed in 77 milliseconds