find_get_page(9) suse man page | unix.com

Man Page: find_get_page

Operating Environment: suse

Section: 9

FIND_GET_PAGE(9)					    Memory Management in Linux						  FIND_GET_PAGE(9)

NAME
find_get_page - find and get a page reference
SYNOPSIS
struct page * find_get_page(struct address_space * mapping, pgoff_t offset);
ARGUMENTS
mapping the address_space to search offset the page index
DESCRIPTION
Is there a pagecache struct page at the given (mapping, offset) tuple? If yes, increment its refcount and return it; if no, return NULL.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 FIND_GET_PAGE(9)
Related Man Pages
mpage_readpages(9) - suse
mpage_readpages(9) - centos
write_cache_pages(9) - centos
sf_buf_kva(9) - debian
sf_buf_page(9) - debian
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Migrating to UNIX
Update kernel Linux without reboot?!
32 bit process addressing more than 4GB