Home
last modified time | relevance | path

Searched refs:ffsb_thread (Results 1 – 9 of 9) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dfh.h23 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 *,
Dffsb_op.h26 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);
Dmetaops.h24 void ffsb_metaops(struct ffsb_thread *, ffsb_fs_t *, unsigned);
25 void ffsb_createdir(struct ffsb_thread *, ffsb_fs_t *, unsigned);
DMakefile.am26 ffsb_thread.c \
27 ffsb_thread.h \
Dffsb_tg.h58 struct ffsb_thread;
65 struct ffsb_thread *threads;
Dffsb_thread.h41 typedef struct ffsb_thread { struct
DMakefile.in57 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@
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()