Searched refs:ffsb_fs (Results 1 – 10 of 10) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | fh.h | 24 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 *);
|
D | ffsb_op.h | 27 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);
|
D | ffsb.h | 53 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);
|
D | Makefile.am | 24 ffsb_fs.h \ 25 ffsb_fs.c \
|
D | ffsb_fc.c | 88 struct ffsb_fs *fc_get_fs(ffsb_config_t * fc, unsigned num) in fc_get_fs()
|
D | ffsb_fs.h | 62 typedef struct ffsb_fs { struct
|
D | ffsb_tg.h | 196 struct ffsb_fs *fs; /* out parameter */
|
D | Makefile.in | 57 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@
|
D | ffsb_op.c | 189 void do_op(struct ffsb_thread *ft, struct ffsb_fs *fs, unsigned op_num) in do_op()
|
D | fh.c | 264 struct ffsb_thread *ft, struct ffsb_fs *fs) in writefile_helper()
|