Searched refs:vm_ops (Results 1 – 4 of 4) sorted by relevance
520 err = vmap->vm_ops->fault(&vmf); in linux_cdev_pager_populate()524 err = vmap->vm_ops->fault(&vmf); in linux_cdev_pager_populate()621 vm_ops = vmap->vm_ops; in linux_cdev_pager_dtor()622 if (likely(vm_ops != NULL)) in linux_cdev_pager_dtor()623 vm_ops->close(vmap); in linux_cdev_pager_dtor()1248 vmap->vm_ops = NULL; in linux_file_mmap_single()1267 if (vmap->vm_ops != NULL) { in linux_file_mmap_single()1272 if (vmap->vm_ops->open == NULL || in linux_file_mmap_single()1273 vmap->vm_ops->close == NULL || in linux_file_mmap_single()1290 if (ptr->vm_ops == NULL || in linux_file_mmap_single()[all …]
116 const struct vm_operations_struct *vm_ops; member
392 vma->vm_ops = &ttm_bo_vm_ops;
685 vma->vm_ops = &rdma_umap_ops; in ib_uverbs_mmap()