Searched refs:add_to_page_cache_unique (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | pagemap.h | 90 extern int add_to_page_cache_unique(struct page * page, struct address_space *mapping, unsigned lon…
|
/linux-2.4.37.9/mm/ |
D | swap_state.c | 78 if (add_to_page_cache_unique(page, &swapper_space, entry.val, in add_to_swap_cache()
|
D | shmem.c | 505 if (add_to_page_cache_unique(page, in shmem_unuse_inode() 709 } else if (add_to_page_cache_unique(swappage, in shmem_getpage() 767 add_to_page_cache_unique(filepage, in shmem_getpage()
|
D | filemap.c | 731 int add_to_page_cache_unique(struct page * page, in add_to_page_cache_unique() function 774 if (!add_to_page_cache_unique(page, mapping, offset, hash)) { in page_cache_read() 1139 if ( unlikely(add_to_page_cache_unique(page, mapping, index, hash)) ) { in grab_cache_page_nowait() 2950 if (add_to_page_cache_unique(page, mapping, index, hash)) in __read_cache_page() 3016 if (add_to_page_cache_unique(page, mapping, index, hash)) in __grab_cache_page()
|