Searched refs:ffsb_thread (Results 1 – 9 of 9) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | fh.h | 23 struct ffsb_thread; 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 *); 38 int writefile_helper(int, uint64_t, uint32_t, char *, struct ffsb_thread *,
|
D | ffsb_op.h | 26 struct ffsb_thread; 39 typedef void (*ffsb_op_fn)(struct ffsb_thread *, struct ffsb_fs *, 100 void do_op(struct ffsb_thread *ft, struct ffsb_fs *fs, unsigned op_num);
|
D | metaops.h | 24 void ffsb_metaops(struct ffsb_thread *, ffsb_fs_t *, unsigned); 25 void ffsb_createdir(struct ffsb_thread *, ffsb_fs_t *, unsigned);
|
D | Makefile.am | 26 ffsb_thread.c \ 27 ffsb_thread.h \
|
D | ffsb_tg.h | 58 struct ffsb_thread; 65 struct ffsb_thread *threads;
|
D | ffsb_thread.h | 41 typedef struct ffsb_thread { struct
|
D | Makefile.in | 57 ffsb_tg.$(OBJEXT) ffsb_fs.$(OBJEXT) ffsb_thread.$(OBJEXT) \ 200 ffsb_thread.c \ 201 ffsb_thread.h \ 310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffsb_thread.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()
|