![]() |
MOS Source Code
|
#include <vfs_types.hpp>
Public Attributes | |
| bool(* | drop_inode )(inode_t *inode) |
| The inode has zero links and the last reference to the file has been dropped. | |
| long(* | sync_inode )(inode_t *inode) |
| flush the inode to disk | |
Definition at line 103 of file vfs_types.hpp.
The inode has zero links and the last reference to the file has been dropped.
Definition at line 105 of file vfs_types.hpp.
| long(* sync_inode) (inode_t *inode) |
flush the inode to disk
Definition at line 106 of file vfs_types.hpp.
Referenced by do_sync_inode().