Lines Matching refs:vm_ops
275 if (vma->vm_ops && vma->vm_ops->close) in remove_vma()
276 vma->vm_ops->close(vma); in remove_vma()
942 if (vma->vm_ops && vma->vm_ops->close) in is_mergeable_vma()
1496 const struct vm_operations_struct *vm_ops = vma->vm_ops; in vma_wants_writenotify() local
1503 if (vm_ops && (vm_ops->page_mkwrite || vm_ops->pfn_mkwrite)) in vma_wants_writenotify()
2488 if (new->vm_ops && new->vm_ops->open) in __split_vma()
2489 new->vm_ops->open(new); in __split_vma()
2502 if (new->vm_ops && new->vm_ops->close) in __split_vma()
2503 new->vm_ops->close(new); in __split_vma()
2989 if (new_vma->vm_ops && new_vma->vm_ops->open) in copy_vma()
2990 new_vma->vm_ops->open(new_vma); in copy_vma()
3052 if (vma->vm_ops == &legacy_special_mapping_vmops) in special_mapping_fault()
3092 vma->vm_ops = ops; in __install_special_mapping()