FOLIO_MAPPING_FLAGS
return (flags & FOLIO_MAPPING_FLAGS) == FOLIO_MAPPING_ANON;
return ((unsigned long)folio->mapping & FOLIO_MAPPING_FLAGS) ==
mapping_flags = (unsigned long)mapping & FOLIO_MAPPING_FLAGS;
return (void *)(mapping & ~FOLIO_MAPPING_FLAGS);
if ((anon_mapping & FOLIO_MAPPING_FLAGS) != FOLIO_MAPPING_ANON)
if ((anon_mapping & FOLIO_MAPPING_FLAGS) != FOLIO_MAPPING_ANON)
if ((mapping & FOLIO_MAPPING_FLAGS) != FOLIO_MAPPING_ANON)
if ((unsigned long)mapping & FOLIO_MAPPING_FLAGS)