Searched refs:hugetlb_add_to_page_cache (Results 1 – 4 of 4) sorted by relevance
/linux/mm/ |
H A D | memfd.c | 99 err = hugetlb_add_to_page_cache(folio, in memfd_alloc_folio()
|
H A D | hugetlb.c | 6343 int hugetlb_add_to_page_cache(struct folio *folio, struct address_space *mapping, in hugetlb_add_to_page_cache() function 6501 int err = hugetlb_add_to_page_cache(folio, mapping, in hugetlb_no_page() 7012 * hugetlb_add_to_page_cache() below happens through the in hugetlb_mfill_atomic_pte() 7016 ret = hugetlb_add_to_page_cache(folio, mapping, idx); in hugetlb_mfill_atomic_pte()
|
/linux/include/linux/ |
H A D | hugetlb.h | 707 int hugetlb_add_to_page_cache(struct folio *folio, struct address_space *mapping,
|
/linux/fs/hugetlbfs/ |
H A D | inode.c | 824 error = hugetlb_add_to_page_cache(folio, mapping, index); in hugetlbfs_fallocate() 836 * folio_unlock because locked by hugetlb_add_to_page_cache() in hugetlbfs_fallocate()
|