StuBS
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
VFS Member List

This is the complete list of members for VFS, including all inherited members.

chdir(const char *path)VFSstatic
close(int fd)VFSstatic
closedir(DIR *dirp)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
lstat(const char *pathname, struct stat *statbuf)VFSstatic
mkdir(const char *pathname)VFSstatic
mount(const char *fstype, BlockDevice *bdev, const void *data)VFSstatic
open(const char *pathname, int flags)VFSstatic
opendir(const char *name)VFSstatic
read(int fd, void *buf, size_t count)VFSstatic
readdir(DIR *dirp)VFSstatic
readlink(const char *pathname, char *buf, size_t bufsiz)VFSstatic
rename(const char *oldpath, const char *newpath)VFSstatic
rewinddir(DIR *dirp)VFSstatic
rmdir(const char *pathname)VFSstatic
stat(const char *pathname, struct stat *statbuf)VFSstatic
symlink(const char *target, const char *linkpath)VFSstatic
sync()VFSstatic
truncate(const char *path, off_t length)VFSstatic
umount()VFSstatic
unlink(const char *pathname)VFSstatic
write(int fd, const void *buf, size_t count)VFSstatic