Home
last modified time | relevance | path

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

/linux/mm/
H A Dhuge_memory.c129 if (vma_is_dax(vma)) in __thp_vma_allowable_orders()
2362 if (!vma_is_dax(vma) && vma_is_special_huge(vma)) { in zap_huge_pmd()
2367 if (!vma_is_dax(vma) || arch_needs_pgtable_deposit()) in zap_huge_pmd()
2863 if (!vma_is_dax(vma) && vma_is_special_huge(vma)) { in zap_huge_pud()
2901 if (!vma_is_dax(vma)) in __split_huge_pud_locked()
3014 if (!vma_is_dax(vma) && vma_is_special_huge(vma)) in __split_huge_pmd_locked()
H A Dmlock.c477 vma_is_dax(vma) || vma_is_secretmem(vma) || (oldflags & VM_DROPPABLE)) in mlock_fixup()
H A Dmigrate_device.c742 (args->vma->vm_flags & VM_SPECIAL) || vma_is_dax(args->vma)) in migrate_vma_setup()
H A Dvma.c2585 if ((vm_flags & VM_SPECIAL) || vma_is_dax(vma) || in __mmap_complete()
H A Dmempolicy.c1995 if (vma_is_dax(vma)) in vma_migratable()
/linux/tools/testing/vma/
H A Dvma_internal.h1401 static inline bool vma_is_dax(struct vm_area_struct *vma) in vma_is_dax() function
/linux/fs/
H A Dcoredump.c1606 if (vma_is_dax(vma)) { in vma_dump_size()
/linux/include/linux/
H A Dfs.h3348 static inline bool vma_is_dax(const struct vm_area_struct *vma) in vma_is_fsdax()
3359 if (!vma_is_dax(vma)) in iocb_flags()
3337 static inline bool vma_is_dax(const struct vm_area_struct *vma) vma_is_dax() function
H A Dmm.h4464 return vma_is_dax(vma) || (vma->vm_file && in vma_is_special_huge()