Searched refs:vma_is_shmem (Results 1 – 5 of 5) sorted by relevance
150 (!is_vm_hugetlb_page(vma) && !vma_is_shmem(vma))) in vma_can_userfault()162 vma_is_shmem(vma); in vma_can_userfault()
701 bool vma_is_shmem(struct vm_area_struct *vma);703 static inline bool vma_is_shmem(struct vm_area_struct *vma) { return false; } in vma_is_shmem() function
97 if (vma_is_shmem(dst_vma)) { in mfill_atomic_install_pte()607 if (!vma_is_anonymous(dst_vma) && !vma_is_shmem(dst_vma)) in __mcopy_atomic()609 if (!vma_is_shmem(dst_vma) && mcopy_mode == MCOPY_ATOMIC_CONTINUE) in __mcopy_atomic()
242 bool vma_is_shmem(struct vm_area_struct *vma) in vma_is_shmem() function
1154 if (vma_is_shmem(vma)) in io_pin_pages()