Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Dstubs.h311 static inline bool vma_is_dax(struct vm_area_struct *vma) in vma_is_dax() function
/linux/mm/
H A Dhuge_memory.c132 if (vma_is_dax(vma)) in __thp_vma_allowable_orders()
2365 if (!vma_is_dax(vma) && vma_is_special_huge(vma)) { in zap_huge_pmd()
2370 if (!vma_is_dax(vma) || arch_needs_pgtable_deposit()) in zap_huge_pmd()
2867 if (!vma_is_dax(vma) && vma_is_special_huge(vma)) { in zap_huge_pud()
2905 if (!vma_is_dax(vma)) in __split_huge_pud_locked()
3018 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.c2592 if ((vm_flags & VM_SPECIAL) || vma_is_dax(vma) || in __mmap_complete()
H A Dmempolicy.c1999 if (vma_is_dax(vma)) in vma_migratable()
/linux/fs/
H A Dcoredump.c1612 if (vma_is_dax(vma)) { in vma_dump_size()
/linux/include/linux/
H A Dfs.h3384 static inline bool vma_is_dax(const struct vm_area_struct *vma) in vma_is_fsdax()
3395 if (!vma_is_dax(vma)) in iocb_flags()
3373 static inline bool vma_is_dax(const struct vm_area_struct *vma) vma_is_dax() function
H A Dmm.h4712 return vma_is_dax(vma) || (vma->vm_file && in vma_is_special_huge()