Home
last modified time | relevance | path

Searched refs:FOLIO_MAPPING_FLAGS (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dpage-flags.h720 #define FOLIO_MAPPING_FLAGS (FOLIO_MAPPING_ANON | FOLIO_MAPPING_ANON_KSM) in FOLIO_SET_FLAG() macro
731 return (flags & FOLIO_MAPPING_FLAGS) == FOLIO_MAPPING_ANON; in PageAnonNotKsm()
747 return ((unsigned long)folio->mapping & FOLIO_MAPPING_FLAGS) == in folio_test_ksm()
/linux/mm/
H A Dutil.c675 if ((mapping & FOLIO_MAPPING_FLAGS) != FOLIO_MAPPING_ANON) in folio_anon_vma()
704 if ((unsigned long)mapping & FOLIO_MAPPING_FLAGS) in folio_mapping()
H A Drmap.c596 if ((anon_mapping & FOLIO_MAPPING_FLAGS) != FOLIO_MAPPING_ANON) in folio_get_anon_vma()
644 if ((anon_mapping & FOLIO_MAPPING_FLAGS) != FOLIO_MAPPING_ANON) in folio_lock_anon_vma_read()
H A Dinternal.h152 return (void *)(mapping & ~FOLIO_MAPPING_FLAGS); in folio_raw_mapping()
H A Dgup.c2795 mapping_flags = (unsigned long)mapping & FOLIO_MAPPING_FLAGS; in gup_fast_folio_allowed()