Lines Matching refs:open_file
123 int nfs_open(const char *path, struct open_file *f);
124 static int nfs_close(struct open_file *f);
125 static int nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
126 static off_t nfs_seek(struct open_file *f, off_t offset, int where);
127 static int nfs_stat(struct open_file *f, struct stat *sb);
128 static int nfs_readdir(struct open_file *f, struct dirent *d);
462 nfs_open(const char *upath, struct open_file *f) in nfs_open()
657 nfs_close(struct open_file *f) in nfs_close()
676 nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid) in nfs_read()
717 nfs_seek(struct open_file *f, off_t offset, int where) in nfs_seek()
745 nfs_stat(struct open_file *f, struct stat *sb) in nfs_stat()
764 nfs_readdir(struct open_file *f, struct dirent *d) in nfs_readdir()