Searched refs:huge_add_to_page_cache (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | hugetlb.h | 362 int huge_add_to_page_cache(struct page *page, struct address_space *mapping,
 | 
| /Linux-v5.4/mm/ | 
| D | hugetlb.c | 3835 int huge_add_to_page_cache(struct page *page, struct address_space *mapping,  in huge_add_to_page_cache()  function3954 			int err = huge_add_to_page_cache(page, mapping, idx);  in hugetlb_no_page()
 4275 		ret = huge_add_to_page_cache(page, mapping, idx);  in hugetlb_mcopy_atomic_pte()
 
 | 
| /Linux-v5.4/fs/hugetlbfs/ | 
| D | inode.c | 669 		error = huge_add_to_page_cache(page, mapping, index);  in hugetlbfs_fallocate()
 |