Home
last modified time | relevance | path

Searched refs:huge_add_to_page_cache (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dhugetlb.h525 int huge_add_to_page_cache(struct page *page, struct address_space *mapping,
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c4304 int huge_add_to_page_cache(struct page *page, struct address_space *mapping, in huge_add_to_page_cache() function
4435 int err = huge_add_to_page_cache(page, mapping, idx); in hugetlb_no_page()
4800 ret = huge_add_to_page_cache(page, mapping, idx); in hugetlb_mcopy_atomic_pte()
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c735 error = huge_add_to_page_cache(page, mapping, index); in hugetlbfs_fallocate()