Home
last modified time | relevance | path

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

/linux/drivers/dax/
H A Ddevice.c43 if (!vma_is_dax(vma)) { in check_vma()
/linux/mm/
H A Dmigrate_device.c526 (args->vma->vm_flags & VM_SPECIAL) || vma_is_dax(args->vma)) in migrate_vma_setup()
H A Dmlock.c477 vma_is_dax(vma) || vma_is_secretmem(vma) || (oldflags & VM_DROPPABLE)) in mlock_fixup()
H A Dmmap.c1534 if ((vm_flags & VM_SPECIAL) || vma_is_dax(vma) || in __mmap_region()
H A Dksm.c688 if (vma_is_dax(vma)) in vma_ksm_compatible()
H A Dmempolicy.c1776 if (vma_is_dax(vma)) in vma_migratable()
H A Dhuge_memory.c116 if (vma_is_dax(vma)) in __thp_vma_allowable_orders()
/linux/fs/
H A Dcoredump.c1087 if (vma_is_dax(vma)) { in vma_dump_size()
/linux/include/linux/
H A Dfs.h3477 static inline bool vma_is_dax(const struct vm_area_struct *vma) in vma_is_dax() function
3488 if (!vma_is_dax(vma)) in vma_is_fsdax()
H A Dmm.h4043 return vma_is_dax(vma) || (vma->vm_file && in vma_is_special_huge()