Home
last modified time | relevance | path

Searched refs:ffsb_fs (Results 1 – 10 of 10) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dfh.h24 struct ffsb_fs;
26 int fhopenread(char *, struct ffsb_thread *, struct ffsb_fs *);
27 int fhopenwrite(char *, struct ffsb_thread *, struct ffsb_fs *);
28 int fhopencreate(char *, struct ffsb_thread *, struct ffsb_fs *);
29 int fhopenappend(char *, struct ffsb_thread *, struct ffsb_fs *);
31 void fhread(int, void *, uint64_t, struct ffsb_thread *, struct ffsb_fs *);
34 void fhwrite(int, void *, uint32_t, struct ffsb_thread *, struct ffsb_fs *);
35 void fhseek(int, uint64_t, int, struct ffsb_thread *, struct ffsb_fs *);
36 void fhclose(int, struct ffsb_thread *, struct ffsb_fs *);
39 struct ffsb_fs *);
Dffsb_op.h27 struct ffsb_fs;
39 typedef void (*ffsb_op_fn)(struct ffsb_thread *, struct ffsb_fs *,
47 typedef void (*ffsb_op_fs_fn)(struct ffsb_fs *, unsigned opnum);
92 void ops_setup_bench(struct ffsb_fs *fs);
95 void ops_setup_age(struct ffsb_fs *fs);
100 void do_op(struct ffsb_thread *ft, struct ffsb_fs *fs, unsigned op_num);
Dffsb.h53 struct ffsb_fs;
70 struct ffsb_fs *filesystems;
84 void init_ffsb_config_1fs(ffsb_config_t *fc, struct ffsb_fs *fs,
100 struct ffsb_fs *fc_get_fs(ffsb_config_t *fc, unsigned num);
DMakefile.am24 ffsb_fs.h \
25 ffsb_fs.c \
Dffsb_fc.c88 struct ffsb_fs *fc_get_fs(ffsb_config_t * fc, unsigned num) in fc_get_fs()
Dffsb_fs.h62 typedef struct ffsb_fs { struct
Dffsb_tg.h196 struct ffsb_fs *fs; /* out parameter */
DMakefile.in57 ffsb_tg.$(OBJEXT) ffsb_fs.$(OBJEXT) ffsb_thread.$(OBJEXT) \
198 ffsb_fs.h \
199 ffsb_fs.c \
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffsb_fs.Po@am__quote@
Dffsb_op.c189 void do_op(struct ffsb_thread *ft, struct ffsb_fs *fs, unsigned op_num) in do_op()
Dfh.c264 struct ffsb_thread *ft, struct ffsb_fs *fs) in writefile_helper()