Home
last modified time | relevance | path

Searched refs:vma_is_dax (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/dax/
H A Ddevice.c43 if (!vma_is_dax(vma)) { in check_vma()
/openbmc/linux/mm/
H A Dmlock.c424 vma_is_dax(vma) || vma_is_secretmem(vma)) in mlock_fixup()
H A Dmigrate_device.c521 (args->vma->vm_flags & VM_SPECIAL) || vma_is_dax(args->vma)) in migrate_vma_setup()
H A Dksm.c540 if (vma_is_dax(vma)) in vma_ksm_compatible()
H A Dmempolicy.c1750 if (vma_is_dax(vma)) in vma_migratable()
H A Dhuge_memory.c95 if (vma_is_dax(vma)) in hugepage_vma_check()
H A Dmmap.c2876 if ((vm_flags & VM_SPECIAL) || vma_is_dax(vma) || in mmap_region()
/openbmc/linux/fs/
H A Dcoredump.c1044 if (vma_is_dax(vma)) { in vma_dump_size()
/openbmc/linux/include/linux/
H A Dfs.h3216 static inline bool vma_is_dax(const struct vm_area_struct *vma) in vma_is_dax() function
3227 if (!vma_is_dax(vma)) in vma_is_fsdax()
H A Dmm.h3965 return vma_is_dax(vma) || (vma->vm_file && in vma_is_special_huge()