
Vollständige Aufstellung aller Elemente für VFS einschließlich aller geerbten Elemente.
chdir(const char *path) | VFS | static |
close(int fd) | 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 |
mkdir(const char *pathname) | VFS | static |
mount(const char *filesystemtype, BlockDevice *bdev, const void *data) | VFS | static |
open(const char *pathname, int flags) | VFS | static |
read(int fd, void *buf, size_t count) | VFS | static |
rmdir(const char *pathname) | VFS | static |
stat(const char *pathname, struct stat *statbuf) | VFS | static |
sync() | VFS | static |
truncate(const char *path, off_t length) | VFS | static |
unlink(const char *pathname) | VFS | static |
write(int fd, const void *buf, size_t count) | VFS | static |