UNMAP_MFT_RECORD_PAGE

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

 

NAME

unmap_mft_record_page - unmap the page in which a specific mft record resides  

SYNOPSIS

"SYNOPSIS"

void unmap_mft_record_page (ntfs_inode * ni);  

ARGUMENTS

ni
ntfs inode whose mft record page to unmap
 

DESCRIPTION

This unmaps the page in which the mft record of the ntfs inode ni is situated and returns. This is a NOOP if highmem is not configured.

The unmap happens via ntfs_unmap_page which in turn decrements the use count on the page thus releasing it from the pinned state.

We do not actually unmap the page from memory of course, as that will be done by the page cache code itself when memory pressure increases or whatever.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 07:07:31 GMT, October 06, 2005