Home
last modified time | relevance | path

Searched refs:vm_ops (Results 1 – 25 of 53) sorted by relevance

123

/linux-4.19.296/fs/coda/
Dfile.c34 struct vm_operations_struct vm_ops; member
75 container_of(vma->vm_ops, struct coda_vm_ops, vm_ops); in coda_vm_open()
87 container_of(vma->vm_ops, struct coda_vm_ops, vm_ops); in coda_vm_close()
93 vma->vm_ops = cvm_ops->host_vm_ops; in coda_vm_close()
156 cvm_ops->host_vm_ops = vma->vm_ops; in coda_file_mmap()
157 if (vma->vm_ops) in coda_file_mmap()
158 cvm_ops->vm_ops = *vma->vm_ops; in coda_file_mmap()
160 cvm_ops->vm_ops.open = coda_vm_open; in coda_file_mmap()
161 cvm_ops->vm_ops.close = coda_vm_close; in coda_file_mmap()
165 vma->vm_ops = &cvm_ops->vm_ops; in coda_file_mmap()
/linux-4.19.296/fs/kernfs/
Dfile.c339 if (!of->vm_ops) in kernfs_vma_open()
345 if (of->vm_ops->open) in kernfs_vma_open()
346 of->vm_ops->open(vma); in kernfs_vma_open()
357 if (!of->vm_ops) in kernfs_vma_fault()
364 if (of->vm_ops->fault) in kernfs_vma_fault()
365 ret = of->vm_ops->fault(vmf); in kernfs_vma_fault()
377 if (!of->vm_ops) in kernfs_vma_page_mkwrite()
384 if (of->vm_ops->page_mkwrite) in kernfs_vma_page_mkwrite()
385 ret = of->vm_ops->page_mkwrite(vmf); in kernfs_vma_page_mkwrite()
400 if (!of->vm_ops) in kernfs_vma_access()
[all …]
/linux-4.19.296/drivers/char/agp/
Dfrontend.c600 DBG("client vm_ops=%p", kerninfo.vm_ops); in agp_mmap()
601 if (kerninfo.vm_ops) { in agp_mmap()
602 vma->vm_ops = kerninfo.vm_ops; in agp_mmap()
617 DBG("controller vm_ops=%p", kerninfo.vm_ops); in agp_mmap()
618 if (kerninfo.vm_ops) { in agp_mmap()
619 vma->vm_ops = kerninfo.vm_ops; in agp_mmap()
Dalpha-agp.c187 alpha_bridge->vm_ops = &alpha_core_agp_vm_ops; in alpha_core_agp_setup()
Dagp.h128 const struct vm_operations_struct *vm_ops; member
/linux-4.19.296/include/linux/
Dagp_backend.h56 const struct vm_operations_struct *vm_ops; member
Dmm_types.h315 const struct vm_operations_struct *vm_ops; member
/linux-4.19.296/drivers/pci/
Dmmap.c66 vma->vm_ops = &pci_phys_vm_ops; in pci_mmap_resource_range()
/linux-4.19.296/fs/nilfs2/
Dfile.c123 vma->vm_ops = &nilfs_file_vm_ops; in nilfs_file_mmap()
/linux-4.19.296/fs/ocfs2/
Dmmap.c190 vma->vm_ops = &ocfs2_file_vm_ops; in ocfs2_mmap()
/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c195 vma->vm_ops = &vb2_common_vm_ops; in vb2_vmalloc_mmap()
197 vma->vm_ops->open(vma); in vb2_vmalloc_mmap()
Dvideobuf2-dma-sg.c358 vma->vm_ops = &vb2_common_vm_ops; in vb2_dma_sg_mmap()
360 vma->vm_ops->open(vma); in vb2_dma_sg_mmap()
Dvideobuf2-dma-contig.c205 vma->vm_ops = &vb2_common_vm_ops; in vb2_dc_mmap()
207 vma->vm_ops->open(vma); in vb2_dc_mmap()
/linux-4.19.296/drivers/xen/
Dprivcmd-buf.c161 vma->vm_ops = &privcmd_buf_vm_ops; in privcmd_buf_mmap()
Dprivcmd.c505 vma->vm_ops != &privcmd_vm_ops) { in privcmd_ioctl_mmap_batch()
783 if (!vma || vma->vm_ops != &privcmd_vm_ops) { in privcmd_ioctl_mmap_resource()
971 vma->vm_ops = &privcmd_vm_ops; in privcmd_mmap()
/linux-4.19.296/drivers/misc/ocxl/
Dsysfs.c97 vma->vm_ops = &global_mmio_vmops; in global_mmio_mmap()
Dcontext.c197 vma->vm_ops = &ocxl_vmops; in ocxl_context_mmap()
/linux-4.19.296/fs/ext4/
Dfile.c389 vma->vm_ops = &ext4_dax_vm_ops; in ext4_file_mmap()
392 vma->vm_ops = &ext4_file_vm_ops; in ext4_file_mmap()
/linux-4.19.296/fs/ext2/
Dfile.c130 vma->vm_ops = &ext2_dax_vm_ops; in ext2_file_mmap()
/linux-4.19.296/fs/ramfs/
Dfile-nommu.c266 vma->vm_ops = &generic_file_vm_ops; in ramfs_nommu_mmap()
/linux-4.19.296/fs/9p/
Dvfs_file.c514 vma->vm_ops = &v9fs_file_vm_ops; in v9fs_file_mmap()
552 vma->vm_ops = &v9fs_mmap_file_vm_ops; in v9fs_mmap_file_mmap()
/linux-4.19.296/drivers/media/v4l2-core/
Dvideobuf-vmalloc.c272 vma->vm_ops = &videobuf_vm_ops; in __videobuf_mmap_mapper()
/linux-4.19.296/drivers/char/
Dmspec.c277 vma->vm_ops = &mspec_vm_ops; in mspec_mmap()
/linux-4.19.296/drivers/misc/cxl/
Dcontext.c229 vma->vm_ops = &cxl_mmap_vmops; in cxl_context_iomap()
/linux-4.19.296/drivers/misc/mic/scif/
Dscif_mmap.c592 vma->vm_ops = NULL; in scif_munmap()
688 vma->vm_ops = &scif_vm_ops; in scif_mmap()

123