Lines Matching refs:open_file
54 static int zfs_open(const char *, struct open_file *);
55 static int zfs_close(struct open_file *);
56 static int zfs_read(struct open_file *, void *, size_t, size_t *);
57 static off_t zfs_seek(struct open_file *, off_t, int);
58 static int zfs_stat(struct open_file *, struct stat *);
59 static int zfs_readdir(struct open_file *, struct dirent *);
97 zfs_open(const char *upath, struct open_file *f) in zfs_open()
122 zfs_close(struct open_file *f) in zfs_close()
138 zfs_read(struct open_file *f, void *start, size_t size, size_t *resid) in zfs_read()
165 zfs_seek(struct open_file *f, off_t offset, int where) in zfs_seek()
194 zfs_stat(struct open_file *f, struct stat *sb) in zfs_stat()
203 zfs_readdir(struct open_file *f, struct dirent *d) in zfs_readdir()
1491 zfs_dev_open(struct open_file *f, ...) in zfs_dev_open()
1527 zfs_dev_close(struct open_file *f) in zfs_dev_close()