Man page 9 : add_to_page_cache_locked
"ADD_TO_PAGE_CACHE_LO" "9" "August 2013" "Kernel Hackers Manual 3.10" "Memory Management in Linux"
Page d'accueil du man
Cette page de documentation est issue d'une conversion automatique de developpez.com.
Les traductions proviennent des sites Debian , Linux Kernel et du projet Perkamon .
N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires .
Article lu fois.
1. NAME▲
add_to_page_cache_locked - add a locked page to the pagecache
2. SYNOPSIS ▲
int add_to_page_cache_locked(struct page * page , struct address_space * mapping , pgoff_t offset , gfp_t gfp_mask );
3. ARGUMENTS ▲
page page to add
mapping the pageAqs address_space
offset page index
gfp_mask page allocation mode
4. 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.
5. COPYRIGHT ▲
Le contenu de cet article est rédigé par Developpez.com et est mis à disposition selon les termes de la
Licence Creative Commons Attribution 3.0 non transposé .
Les logos Developpez.com, en-tête, pied de page, css, et look & feel de l'article sont Copyright © 2013 Developpez.com.