StuBS
|
This is the complete list of members for VFS, including all inherited members.
chdir(const char *path) | VFS | static |
chdir(Inode *inode) | VFS | privatestatic |
close(int fd) | VFS | static |
closedir(DIR *dirp) | VFS | static |
fchdir(int fd) | VFS | static |
fd_table | VFS | privatestatic |
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 |
global_cwd | VFS | privatestatic |
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 |
pathwalk_step1(struct path *path, const char *pathname, Inode *cwd) | VFS | privatestatic |
pathwalk_step12(struct path *path, const char *pathname, Inode *cwd, int depth) | VFS | inlineprivatestatic |
pathwalk_step123(const char *pathname, Inode *cwd, bool follow_final_symlink, int depth, int *error) | VFS | inlineprivatestatic |
pathwalk_step2(struct path *path, int depth) | VFS | privatestatic |
pathwalk_step23(struct path *path, bool follow_final_symlink, int depth, int *error) | VFS | inlineprivatestatic |
pathwalk_step3(struct path *path, bool follow_symlink, int depth, int *error) | VFS | privatestatic |
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 |
resolve_symlink(Inode *symlink, Inode *cur_dir, int depth, int *error) | VFS | inlineprivatestatic |
rewinddir(DIR *dirp) | VFS | static |
rmdir(const char *pathname) | VFS | static |
root_fs | VFS | privatestatic |
stat(const char *pathname, struct stat *statbuf) | VFS | static |
stat(Inode *inode, struct stat *statbuf) | VFS | privatestatic |
symlink(const char *target, const char *linkpath) | VFS | static |
sync() | VFS | static |
sync_fs(Filesystem *fs) | VFS | privatestatic |
truncate(const char *path, off_t length) | VFS | static |
truncate(Inode *inode, off_t length) | VFS | privatestatic |
umount() | VFS | static |
unlink(const char *pathname) | VFS | static |
write(int fd, const void *buf, size_t count) | VFS | static |