Name

find_trylock_page — find and lock a page

Synopsis

struct page * find_trylock_page (struct address_space * mapping,
 unsigned long offset);
 

Arguments

mapping

the address_space to search

offset

the page index

Description

Same as find_get_page, but trylock it instead of incrementing the count.