find_trylock_page(9)
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 incre
- menting the count.