The Möbius Operating System: file_t struct Reference
HOME DOWNLOAD DOCUMENTATION SCREENSHOTS  

file_t Struct Reference
[File System]

File object structure. More...

#include <fs.h>


Data Fields

union {
   struct {
      file_t *   hash_next
      unsigned   refs
   }   open
   struct {
      file_t *   prev
      file_t *   next
   }   closing
u
vnode_t vnode
cache_tcache
void * fsd_cookie


Detailed Description

File object structure.

All file objects created by file system drivers start with this header


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

From: