MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
vfs_file_operations_t Struct Reference

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.
 

Detailed Description

Set of functions used to perform operations on files.


The documentation for this struct was generated from the following file: