MARK_NTFS_RECORD_DIRTY

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

 

NAME

mark_ntfs_record_dirty - mark an ntfs record dirty  

SYNOPSIS

"SYNOPSIS"

void mark_ntfs_record_dirty (struct page * page, const unsigned int ofs);  

ARGUMENTS

page
page containing the ntfs record to mark dirty
ofs
byte offset within page at which the ntfs record begins
 

DESCRIPTION

Set the buffers and the page in which the ntfs record is located dirty.

The latter also marks the vfs inode the ntfs record belongs to dirty (I_DIRTY_PAGES only).

If the page does not have buffers, we create them and set them uptodate. The page may not be locked which is why we need to handle the buffers under the mapping->private_lock. Once the buffers are marked dirty we no longer need the lock since try_to_free_buffers does not free dirty buffers.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:26 GMT, October 09, 2005