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

Set of functions used to perform operations on filesystem. More...

Public Attributes

vfs_mkdir_callback mkdir_f
 Creates a directory.
 
vfs_rmdir_callback rmdir_f
 Removes a directory.
 
vfs_stat_callback stat_f
 Stat function.
 
vfs_creat_callback creat_f
 File creation function.
 
vfs_symlink_callback symlink_f
 Symbolic link creation function.
 
vfs_setattr_callback setattr_f
 Modifies the attributes of a file.
 

Detailed Description

Set of functions used to perform operations on filesystem.


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