Lines Matching refs:open_file
125 int nfs_open(const char *path, struct open_file *f);
126 static int nfs_close(struct open_file *f);
127 static int nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
128 static off_t nfs_seek(struct open_file *f, off_t offset, int where);
129 static int nfs_stat(struct open_file *f, struct stat *sb);
130 static int nfs_readdir(struct open_file *f, struct dirent *d);
462 nfs_open(const char *upath, struct open_file *f) in nfs_open()
648 nfs_close(struct open_file *f) in nfs_close()
667 nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid) in nfs_read()
708 nfs_seek(struct open_file *f, off_t offset, int where) in nfs_seek()
736 nfs_stat(struct open_file *f, struct stat *sb) in nfs_stat()
755 nfs_readdir(struct open_file *f, struct dirent *d) in nfs_readdir()