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

Information concerning a file. More...

Public Attributes

int magic
 Number used as delimiter, it must be set to 0xBF.
 
int inode
 The file inode.
 
unsigned flags
 Flags.
 
mode_t mask
 The file mask.
 
char name [PROCFS_NAME_MAX]
 The name of the file.
 
uid_t uid
 User id of the file.
 
gid_t gid
 Group id of the file.
 
time_t atime
 Time of last access.
 
time_t mtime
 Time of last data modification.
 
time_t ctime
 Time of last status change.
 
proc_dir_entry_t dir_entry
 Pointer to the associated proc_dir_entry_t.
 
list_head files
 Associated files.
 
list_head siblings
 List of procfs siblings.
 

Detailed Description

Information concerning a file.


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