Name

find_get_page — find and get a page reference

Synopsis

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

Arguments

mapping

the address_space to search

offset

the page index

Description

A rather lightweight function, finding and getting a reference to a hashed page atomically.