Searched refs:vm_ops (Results 1 - 25 of 157) sorted by last modified time

1234567

/linux-master/virt/kvm/
H A Dkvm_main.c4179 vma->vm_ops = &kvm_vcpu_vm_ops;
/linux-master/fs/bcachefs/
H A Dfs.c1072 vma->vm_ops = &bch_vm_ops;
/linux-master/drivers/android/
H A Dbinder.c5617 vma->vm_ops = &binder_vm_ops;
/linux-master/mm/
H A Dshmem.c274 return vma->vm_ops == &shmem_anon_vm_ops;
279 return vma_is_anon_shmem(vma) || vma->vm_ops == &shmem_vm_ops;
2443 vma->vm_ops = &shmem_vm_ops;
2445 vma->vm_ops = &shmem_anon_vm_ops;
4932 vma->vm_ops = &shmem_anon_vm_ops;
H A Dhugetlb.c1008 if (vma->vm_ops && vma->vm_ops->pagesize)
1009 return vma->vm_ops->pagesize(vma);
5303 * their original vm_ops are overwritten with shm_vm_ops.
H A Dhuge_memory.c168 if (((in_pf || smaps)) && vma->vm_ops->huge_fault)
H A Dgup.c515 (vma_is_anonymous(vma) || !vma->vm_ops->fault))
H A Dmemory.c533 vma->vm_ops ? vma->vm_ops->fault : NULL,
590 if (vma->vm_ops && vma->vm_ops->find_special_page)
591 return vma->vm_ops->find_special_page(vma, addr);
2387 * This function should only be called from a vm_ops->fault handler, and
3091 ret = vmf->vma->vm_ops->page_mkwrite(vmf);
3119 bool page_mkwrite = vma->vm_ops && vma->vm_ops->page_mkwrite;
3196 * vm_ops tha
[all...]
H A Dfilemap.c3668 vma->vm_ops = &generic_file_vm_ops;
/linux-master/kernel/
H A Dfork.c731 if (tmp->vm_ops && tmp->vm_ops->open)
732 tmp->vm_ops->open(tmp);
/linux-master/fs/fuse/
H A Dfile.c2589 vma->vm_ops = &fuse_file_vm_ops;
/linux-master/fs/9p/
H A Dvfs_file.c472 vma->vm_ops = &v9fs_mmap_file_vm_ops;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c111 .vm_ops = &vmw_vm_ops,
/linux-master/fs/kernfs/
H A Dfile.c357 if (!of->vm_ops)
363 if (of->vm_ops->open)
364 of->vm_ops->open(vma);
375 if (!of->vm_ops)
382 if (of->vm_ops->fault)
383 ret = of->vm_ops->fault(vmf);
395 if (!of->vm_ops)
402 if (of->vm_ops->page_mkwrite)
403 ret = of->vm_ops->page_mkwrite(vmf);
418 if (!of->vm_ops)
[all...]
/linux-master/fs/ceph/
H A Daddr.c1978 vma->vm_ops = &ceph_vmops;
/linux-master/include/linux/
H A Dmm.h558 * vm_ops->map_pages() sets up a page
825 vma->vm_ops = &vma_dummy_vm_ops;
894 vma->vm_ops = NULL;
899 return !vma->vm_ops;
/linux-master/drivers/scsi/
H A Dsg.c1297 vma->vm_ops = &sg_mmap_vm_ops;
/linux-master/kernel/bpf/
H A Dsyscall.c946 vma->vm_ops = &bpf_map_default_vmops;
/linux-master/fs/smb/client/
H A Dfile.c4543 vma->vm_ops = &cifs_file_vm_ops;
4562 vma->vm_ops = &cifs_file_vm_ops;
/linux-master/fs/
H A Daio.c397 vma->vm_ops = &aio_ring_vm_ops;
/linux-master/drivers/gpu/drm/
H A Ddrm_prime.c732 vma->vm_ops = obj->funcs->vm_ops;
/linux-master/security/selinux/
H A Dselinuxfs.c479 vma->vm_ops = &sel_mmap_policy_ops;
/linux-master/fs/vboxsf/
H A Dfile.c174 vma->vm_ops = &vboxsf_file_vm_ops;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c1166 .vm_ops = &xe_gem_vm_ops,
/linux-master/net/ipv4/
H A Dtcp.c1758 vma->vm_ops = &tcp_vm_ops;
2059 if (vma->vm_ops != &tcp_vm_ops) {
2069 if (!vma || vma->vm_ops != &tcp_vm_ops) {

Completed in 434 milliseconds

1234567