|
PatchworkOS
19e446b
A non-POSIX operating system.
|
File structure. More...
#include <file.h>
Data Fields | |
| ref_t | ref |
| size_t | pos |
| mode_t | mode |
| vnode_t * | vnode |
| path_t | path |
| const file_ops_t * | ops |
| void * | data |
File structure.
A file structure is protected by the mutex of its vnode.
| const file_ops_t* file_t::ops |