NTFS_DIRTY_INODE

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

ntfs_dirty_inode - mark the inode's metadata dirty  

SYNOPSIS

"SYNOPSIS"

void ntfs_dirty_inode (struct inode * vi);  

ARGUMENTS

vi
inode to mark dirty
 

DESCRIPTION

This is called from fs/inode.c::__mark_inode_dirty, when the inode itself is being marked dirty. An example is when update_atime is invoked.

We mark the inode dirty by setting both the page in which the mft record resides and the buffer heads in that page which correspond to the mft record dirty. This ensures that the changes will eventually be propagated to disk when the inode is set dirty.  

FIXME

As we are only a read only driver it is safe to just return here for the moment.  

FIXME

As we are only a read only driver it is safe to just return here for the moment.  

FIXME

As we are only a read only driver it is safe to just return here for the moment.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
FIXME
FIXME
FIXME

This document was created by man2html, using the manual pages.
Time: 04:40:58 GMT, October 06, 2005