|
PatchworkOS
966e257
A non-POSIX operating system.
|
File structure. More...
#include <file.h>
Data Fields | |
| ref_t | ref |
| uint64_t | pos |
| mode_t | mode |
| inode_t * | inode |
| path_t | path |
| const file_ops_t * | ops |
| void * | private |
File structure.
A file structure is protected by the mutex of its inode.
| const file_ops_t* file_t::ops |