Lines Matching refs:open_file
45 static int zf_open(const char *path, struct open_file *f);
46 static int zf_close(struct open_file *f);
47 static int zf_read(struct open_file *f, void *buf, size_t size, size_t *resid);
48 static off_t zf_seek(struct open_file *f, off_t offset, int where);
49 static int zf_stat(struct open_file *f, struct stat *sb);
156 zf_open(const char *fname, struct open_file *f) in zf_open()
225 zf_close(struct open_file *f) in zf_close()
236 zf_read(struct open_file *f, void *buf, size_t size, size_t *resid) in zf_read()
272 zf_rewind(struct open_file *f) in zf_rewind()
287 zf_seek(struct open_file *f, off_t offset, int where) in zf_seek()
325 zf_stat(struct open_file *f, struct stat *sb) in zf_stat()