page_has_type
if (WARN_ON_ONCE(page_has_type(&folio->page) && !folio_test_hugetlb(folio)))
if (page_has_type(&folio->page))
if (folio_test_anon(folio) || page_has_type(page))
if (unlikely(page_has_type(page)))