page_is_fake_head
return READ_ONCE(page->compound_head) & 1 || page_is_fake_head(page);
return test_bit(PG_head, &page->flags.f) && !page_is_fake_head(page);