Home | History | Annotate | Download | only in ffsb-6.0-rc2

Lines Matching refs:ffsb_thread

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 *,