Aufgabe 7: Anwendung
VFS Member List
This is the complete list of members for VFS, including all inherited members.
| chdir(const char *path) | VFS | static |
| close(int fd) | VFS | static |
| closedir(DIR *dirp) | VFS | static |
| fchdir(int fd) | VFS | static |
| fstat(int fd, struct stat *statbuf) | VFS | static |
| ftruncate(int fd, off_t length) | VFS | static |
| getdents(int fd, Dirent *dirp, int count) | VFS | static |
| link(const char *oldpath, const char *newpath) | VFS | static |
| lseek(int fd, off_t offset, int whence) | VFS | static |
| lstat(const char *pathname, struct stat *statbuf) | VFS | static |
| mkdir(const char *pathname) | VFS | static |
| mount(const char *fstype, BlockDevice *bdev, const void *data) | VFS | static |
| open(const char *pathname, int flags) | VFS | static |
| opendir(const char *name) | VFS | static |
| read(int fd, void *buf, size_t count) | VFS | static |
| readdir(DIR *dirp) | VFS | static |
| readlink(const char *pathname, char *buf, size_t bufsiz) | VFS | static |
| rename(const char *oldpath, const char *newpath) | VFS | static |
| rewinddir(DIR *dirp) | VFS | static |
| rmdir(const char *pathname) | VFS | static |
| stat(const char *pathname, struct stat *statbuf) | VFS | static |
| symlink(const char *target, const char *linkpath) | VFS | static |
| sync() | VFS | static |
| truncate(const char *path, off_t length) | VFS | static |
| umount() | VFS | static |
| unlink(const char *pathname) | VFS | static |
| write(int fd, const void *buf, size_t count) | VFS | static |