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

#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
 

Detailed Description

Definition at line 99 of file vfs_types.h.

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 101 of file vfs_types.h.

◆ sync_inode

long(* sync_inode) (inode_t *inode)

flush the inode to disk

Definition at line 102 of file vfs_types.h.

Referenced by do_sync_inode().


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