Searched refs:vma_is_shmem (Results 1 – 5 of 5) sorted by relevance
221 (!is_vm_hugetlb_page(vma) && !vma_is_shmem(vma))) in vma_can_userfault()243 vma_is_shmem(vma); in vma_can_userfault()
998 bool vma_is_shmem(const struct vm_area_struct *vma);1001 static inline bool vma_is_shmem(const struct vm_area_struct *vma) { return false; } in vma_is_shmem() function
769 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in mfill_atomic()771 if (!vma_is_shmem(dst_vma) && in mfill_atomic()
1641 if (vma_is_shmem(vma)) in vma_multi_allowed()
289 bool vma_is_shmem(const struct vm_area_struct *vma) in vma_is_shmem() function