MOS Source Code
Loading...
Searching...
No Matches
superblock_ops_t Struct Reference

#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
 

Detailed Description

Definition at line 103 of file vfs_types.hpp.

Member Data Documentation

◆ drop_inode

bool(* drop_inode) (inode_t *inode)

The inode has zero links and the last reference to the file has been dropped.

Definition at line 105 of file vfs_types.hpp.

◆ sync_inode

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().


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