HomeSort by relevance Sort by last modified time
    Searched refs:ffsb_thread (Results 1 - 7 of 7) sorted by null

  /external/ltp/utils/ffsb-6.0-rc2/
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 *,
    [all...]
metaops.h 24 void ffsb_metaops(struct ffsb_thread *, ffsb_fs_t *, unsigned);
25 void ffsb_createdir(struct ffsb_thread *, ffsb_fs_t *, unsigned);
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);
ffsb_tg.h 28 #include "ffsb_thread.h"
39 * The thread group is responsible for creating the ffsb_thread
58 struct ffsb_thread;
65 struct ffsb_thread *threads;
ffsb_thread.h 41 typedef struct ffsb_thread { struct
ffsb_op.c 189 void do_op(struct ffsb_thread *ft, struct ffsb_fs *fs, unsigned op_num)
fh.c 264 struct ffsb_thread *ft, struct ffsb_fs *fs)

Completed in 52 milliseconds