Searched refs:hpage (Results 1 – 1 of 1) sorted by relevance
182 struct address_space *hugetlb_page_mapping_lock_write(struct page *hpage);229 struct page *hpage) in hugetlb_page_mapping_lock_write() argument666 static inline struct hugepage_subpool *hugetlb_page_subpool(struct page *hpage) in hugetlb_page_subpool() argument668 return (void *)page_private(hpage + SUBPAGE_INDEX_SUBPOOL); in hugetlb_page_subpool()671 static inline void hugetlb_set_page_subpool(struct page *hpage, in hugetlb_set_page_subpool() argument674 set_page_private(hpage + SUBPAGE_INDEX_SUBPOOL, (unsigned long)subpool); in hugetlb_set_page_subpool()916 static inline struct hugepage_subpool *hugetlb_page_subpool(struct page *hpage)