.\" 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 "FIND_LOCK_PAGE" "9" "09 October 2005" "" "" .SH NAME find_lock_page \- locate, pin and lock a pagecache page .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct page * find_lock_page (struct address_space * \fImapping\fB, unsigned long \fIoffset\fB); \fR .SH "ARGUMENTS" .TP \fB\fImapping\fB\fR the address_space to search .TP \fB\fIoffset\fB\fR the page index .SH "DESCRIPTION" .PP Locates the desired pagecache page, locks it, increments its reference count and returns its address. .PP Returns zero if the page was not present. \fBfind_lock_page\fR may sleep. .SH "DESCRIPTION" .PP Locates the desired pagecache page, locks it, increments its reference count and returns its address. .PP Returns zero if the page was not present. \fBfind_lock_page\fR may sleep.