Man Page: add_to_page_cache_locked
Operating Environment: centos
Section: 9
ADD_TO_PAGE_CACHE_LO(9) Memory Management in Linux ADD_TO_PAGE_CACHE_LO(9)NAMEadd_to_page_cache_locked - add a locked page to the pagecacheSYNOPSISint add_to_page_cache_locked(struct page * page, struct address_space * mapping, pgoff_t offset, gfp_t gfp_mask);ARGUMENTSpage page to add mapping the page's address_space offset page index gfp_mask page allocation modeDESCRIPTIONThis 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ADD_TO_PAGE_CACHE_LO(9)
| Related Man Pages |
|---|
| call_usermodehelper_setup(9) - centos |
| bio_alloc_bioset(9) - centos |
| blk_make_request(9) - centos |
| vm_page_remove(9) - debian |
| get_user_pages(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |