[openbeosstorage] Re: Kernel Interface Design

> If you like, I'll do the following functions:
> 
> //int sync(void);
> //int open(const char *path, stream_type st, int omode);
> //int close(int fd);
> //int fsync(int fd);
> //ssize_t read(int fd, void *buf, off_t pos, ssize_t len);
> //ssize_t write(int fd, const void *buf, off_t pos, ssize_t len);
> //int seek(int fd, off_t pos, seek_type seek_type);
> //int ioctl(int fd, int op, void *buf, size_t len);
> //int create(const char *path, stream_type stream_type);
> //int unlink(const char *path);
> //int rename(const char *oldpath, const char *newpath);

Sounds great. I'll reply to the rest of your message when I 
get a chance (i've got a deadline coming up :-).

-Tyler



Other related posts: