MentOS
0.8.0
The Mentoring Operating System
|
Set of functions used to perform operations on files. More...
Public Attributes | |
vfs_open_callback | open_f |
Open a file. | |
vfs_unlink_callback | unlink_f |
Remove a file. | |
vfs_close_callback | close_f |
Close a file. | |
vfs_read_callback | read_f |
Read from a file. | |
vfs_write_callback | write_f |
Write inside a file. | |
vfs_lseek_callback | lseek_f |
Reposition the file offset inside a file. | |
vfs_fstat_callback | stat_f |
Stat the file. | |
vfs_ioctl_callback | ioctl_f |
Perform ioctl on file. | |
vfs_getdents_callback | getdents_f |
Read entries inside the directory. | |
vfs_readlink_callback | readlink_f |
Reads the symbolik link data. | |
vfs_fsetattr_callback | setattr_f |
Modifies the attributes of a file. | |
Set of functions used to perform operations on files.