Searched refs:mpnt (Results 1 – 1 of 1) sorted by relevance
89 struct vm_area_struct *mpnt; in munmap_notify() local93 mpnt = find_vma(mm, addr); in munmap_notify()94 if (mpnt && mpnt->vm_file && (mpnt->vm_flags & VM_EXEC)) { in munmap_notify()