Home
last modified time | relevance | path

Searched refs:vma_is_fsdax (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dgup.c1283 if ((gup_flags & FOLL_LONGTERM) && vma_is_fsdax(vma)) in check_vma_flags()
H A Dmemory.c2036 (vma_is_fsdax(vma) || vma->vm_flags & VM_IO); in vm_mixed_zeropage_allowed()
/linux/include/linux/
H A Dfs.h3564 static inline bool vma_is_fsdax(struct vm_area_struct *vma) in vma_is_fsdax() function