Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
VFS Elementverzeichnis

Vollständige Aufstellung aller Elemente für VFS einschließlich aller geerbten Elemente.

chdir(const char *path)VFSstatic
close(int fd)VFSstatic
fchdir(int fd)VFSstatic
fstat(int fd, struct stat *statbuf)VFSstatic
ftruncate(int fd, off_t length)VFSstatic
getdents(int fd, Dirent *dirp, int count)VFSstatic
link(const char *oldpath, const char *newpath)VFSstatic
lseek(int fd, off_t offset, int whence)VFSstatic
mkdir(const char *pathname)VFSstatic
mount(const char *filesystemtype, BlockDevice *bdev, const void *data)VFSstatic
open(const char *pathname, int flags)VFSstatic
read(int fd, void *buf, size_t count)VFSstatic
rmdir(const char *pathname)VFSstatic
stat(const char *pathname, struct stat *statbuf)VFSstatic
sync()VFSstatic
truncate(const char *path, off_t length)VFSstatic
unlink(const char *pathname)VFSstatic
write(int fd, const void *buf, size_t count)VFSstatic