Lines Matching refs:open_file
47 static int zf_open(const char *path, struct open_file *f);
48 static int zf_close(struct open_file *f);
49 static int zf_read(struct open_file *f, void *buf, size_t size, size_t *resid);
50 static off_t zf_seek(struct open_file *f, off_t offset, int where);
51 static int zf_stat(struct open_file *f, struct stat *sb);
164 zf_open(const char *fname, struct open_file *f) in zf_open()
235 zf_close(struct open_file *f) in zf_close()
246 zf_read(struct open_file *f, void *buf, size_t size, size_t *resid) in zf_read()
283 zf_rewind(struct open_file *f) in zf_rewind()
298 zf_seek(struct open_file *f, off_t offset, int where) in zf_seek()
333 zf_stat(struct open_file *f, struct stat *sb) in zf_stat()