.\" 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_RANGE" "9" "09 October 2005" "" "" .SH NAME invalidate_inode_pages2_range \- remove range of pages from an address_space .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int invalidate_inode_pages2_range (struct address_space * \fImapping\fB, pgoff_t \fIstart\fB, pgoff_t \fIend\fB); \fR .SH "ARGUMENTS" .TP \fB\fImapping\fB\fR the address_space .TP \fB\fIstart\fB\fR the page offset 'from' which to invalidate .TP \fB\fIend\fB\fR the page offset 'to' which to invalidate (inclusive) .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.