Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma.h241 bool vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot); in vms_abort_munmap_vmas()
259 return vma_wants_writenotify(vma, vma->vm_page_prot); in vms_abort_munmap_vmas()
H A Dmmap.c87 if (vma_wants_writenotify(vma, vm_page_prot)) { in vma_set_page_prot()
H A Dvma.c1936 bool vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot) in vma_wants_writenotify() function