suse man page for add_to_page_cache_locked

Query: add_to_page_cache_locked

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ADD_TO_PAGE_CACHE_LO(9) 				    Memory Management in Linux					   ADD_TO_PAGE_CACHE_LO(9)

NAME
add_to_page_cache_locked - add a locked page to the pagecache
SYNOPSIS
int add_to_page_cache_locked(struct page * page, struct address_space * mapping, pgoff_t offset, gfp_t gfp_mask);
ARGUMENTS
page page to add mapping the page's address_space offset page index gfp_mask page allocation mode
DESCRIPTION
This function is used to add a page to the pagecache. It must be locked. This function does not add the page to the LRU. The caller must do that.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 ADD_TO_PAGE_CACHE_LO(9)
Related Man Pages
mpage_readpages(9) - suse
mpage_readpages(9) - centos
get_user_pages(9) - suse
blk_make_request(9) - suse
vm_page_insert(9) - freebsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Getting command output to putty window title.
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues