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()242 vma_is_shmem(vma); in vma_can_userfault()
1189 bool vma_is_shmem(const struct vm_area_struct *vma);1192 static inline bool vma_is_shmem(const struct vm_area_struct *vma) { return false; } in vma_is_shmem() function
776 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in mfill_atomic()778 if (!vma_is_shmem(dst_vma) && in mfill_atomic()
1645 if (vma_is_shmem(vma)) in vma_multi_allowed()
289 bool vma_is_shmem(const struct vm_area_struct *vma) in vma_is_shmem() 288 bool vma_is_shmem(const struct vm_area_struct *vma) vma_is_shmem() function