HomeSort by relevance Sort by last modified time
    Searched full:benchfiles (Results 1 - 6 of 6) sorted by null

  /external/ltp/utils/ffsb-6.0-rc2/
metaops.c 42 static void createdir(struct benchfiles *dirs, randdata_t * rd)
54 static void removedir(struct benchfiles *dirs, randdata_t * rd)
68 static void renamedir(struct benchfiles *dirs, randdata_t * rd)
87 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum);
100 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum);
filelist.h 42 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 *, char *)
    [all...]
filelist.c 61 void build_dirs(struct benchfiles *bf)
82 void init_filelist(struct benchfiles *b, char *basedir, char *basename,
85 memset(b, 0, sizeof(struct benchfiles));
107 void destroy_filelist(struct benchfiles *bf)
121 struct ffsb_file *add_file(struct benchfiles *b, uint64_t size, randdata_t * rd)
181 struct ffsb_file *add_dir(struct benchfiles *b, uint64_t size, randdata_t * rd)
231 static struct ffsb_file *add_file_named(struct benchfiles *b, uint64_t size,
275 void remove_file(struct benchfiles *b, struct ffsb_file *entry)
286 static struct ffsb_file *choose_file(struct benchfiles *b, randdata_t * rd)
308 struct ffsb_file *choose_file_reader(struct benchfiles *bf, randdata_t * rd
    [all...]
fileops.c 91 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum);
194 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum);
224 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum);
308 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum);
365 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum)
    [all...]
ffsb_fs.h 65 struct benchfiles files;
66 struct benchfiles meta;
67 struct benchfiles fill;
104 * putting pointers to a particular benchfiles struct here,
157 struct benchfiles *fs_get_datafiles(ffsb_fs_t *fs);
158 struct benchfiles *fs_get_metafiles(ffsb_fs_t *fs);
159 struct benchfiles *fs_get_agefiles(ffsb_fs_t *fs);
ffsb_fs.c 83 static void add_files(ffsb_fs_t * fs, struct benchfiles *bf, int num,
185 static int verify_file(struct benchfiles *bf, char *fname, void *fs_ptr)
504 struct benchfiles *fs_get_datafiles(ffsb_fs_t * fs)
509 struct benchfiles *fs_get_metafiles(ffsb_fs_t * fs)
514 struct benchfiles *fs_get_agefiles(ffsb_fs_t * fs)

Completed in 104 milliseconds