.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "TRY_TO_UNMAP_FILE" "9" "09 October 2005" "" ""
.SH NAME
try_to_unmap_file \- unmap file page using the object-based rmap method
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int try_to_unmap_file (struct page * \fIpage\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpage\fB\fR
the page to unmap
.SH "DESCRIPTION"
.PP
Find all the mappings of a page using the mapping pointer and the vma chains
contained in the address_space struct it points to.
.PP
This function is only called from try_to_unmap for object-based pages.