Searched refs:add_to_page_cache (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dreadahead.c144 if (add_to_page_cache(page, mapping, page->index, GFP_KERNEL)) {
181 if (!add_to_page_cache(page, mapping,
H A Dswap_state.c69 * __add_to_swap_cache resembles add_to_page_cache on swapper_space,
235 int err = add_to_page_cache(page, mapping, index, GFP_ATOMIC);
H A Dfilemap.c422 * add_to_page_cache - add newly allocated pagecache pages
434 int add_to_page_cache(struct page *page, struct address_space *mapping, function
455 EXPORT_SYMBOL(add_to_page_cache); variable
460 int ret = add_to_page_cache(page, mapping, offset, gfp_mask);
1859 err = add_to_page_cache(*cached_page, mapping,
H A Dhugetlb.c514 err = add_to_page_cache(page, mapping, idx, GFP_KERNEL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ramfs/
H A Dfile-nommu.c109 ret = add_to_page_cache(page, inode->i_mapping, loop, GFP_KERNEL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpagemap.h133 int add_to_page_cache(struct page *page, struct address_space *mapping,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dmpage.c401 if (!add_to_page_cache(page, mapping,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dfile.c1658 if (add_to_page_cache(page, mapping, page->index,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Ddir.c1568 if (!add_to_page_cache(page, dentry->d_inode->i_mapping, 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dfile.c433 err = add_to_page_cache(*cached_page, mapping, index,

Completed in 215 milliseconds