MOS Source Code
|
#include <vfs_types.h>
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 99 of file vfs_types.h.
The inode has zero links and the last reference to the file has been dropped.
Definition at line 101 of file vfs_types.h.
long(* sync_inode) (inode_t *inode) |