.\" 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 "INVALIDATE_INODE_PAGES2" "9" "09 October 2005" "" ""
.SH NAME
invalidate_inode_pages2 \- remove all pages from an address_space
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int invalidate_inode_pages2 (struct address_space * \fImapping\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fImapping\fB\fR
the address_space
.SH "DESCRIPTION"
.PP
Any pages which are found to be mapped into pagetables are unmapped prior to
invalidation.
.PP
Returns -EIO if any pages could not be invalidated.