Home
last modified time | relevance | path

Searched refs:mmap (Results 1 – 25 of 132) sorted by relevance

123456

/linux-4.19.296/fs/proc/
Dinode.c299 int (*mmap)(struct file *, struct vm_area_struct *); in proc_reg_mmap() local
301 mmap = pde->proc_fops->mmap; in proc_reg_mmap()
302 if (mmap) in proc_reg_mmap()
303 rv = mmap(file, vma); in proc_reg_mmap()
412 .mmap = proc_reg_mmap,
425 .mmap = proc_reg_mmap,
/linux-4.19.296/fs/9p/
Dvfs_file.c669 .mmap = v9fs_file_mmap,
681 .mmap = v9fs_file_mmap,
692 .mmap = generic_file_readonly_mmap,
704 .mmap = generic_file_readonly_mmap,
715 .mmap = v9fs_mmap_file_mmap,
727 .mmap = v9fs_mmap_file_mmap,
/linux-4.19.296/fs/ufs/
Dfile.c41 .mmap = generic_file_mmap,
/linux-4.19.296/fs/adfs/
Dfile.c28 .mmap = generic_file_mmap,
/linux-4.19.296/fs/romfs/
DMakefile11 romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
Dmmap-nommu.c86 .mmap = romfs_mmap,
/linux-4.19.296/drivers/char/
Dmspec.c302 .mmap = fetchop_mmap,
314 .mmap = cached_mmap,
326 .mmap = uncached_mmap,
Duv_mmtimer.c52 .mmap = uv_mmtimer_mmap,
/linux-4.19.296/fs/ecryptfs/
DMakefile7 ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
/linux-4.19.296/fs/ramfs/
Dfile-mmu.c44 .mmap = generic_file_mmap,
/linux-4.19.296/include/linux/
Dvfio.h43 int (*mmap)(void *device_data, struct vm_area_struct *vma); member
73 int (*mmap)(void *iommu_data, struct vm_area_struct *vma); member
Duio_driver.h109 int (*mmap)(struct uio_info *info, struct vm_area_struct *vma); member
Dhost1x.h82 void *(*mmap)(struct host1x_bo *bo); member
121 return bo->ops->mmap(bo); in host1x_bo_mmap()
/linux-4.19.296/fs/minix/
Dfile.c20 .mmap = generic_file_mmap,
/linux-4.19.296/fs/sysv/
Dfile.c27 .mmap = generic_file_mmap,
/linux-4.19.296/fs/exofs/
Dfile.c72 .mmap = generic_file_mmap,
/linux-4.19.296/fs/kernfs/
Dfile.c493 rc = ops->mmap(of, vma); in kernfs_fop_mmap()
631 has_read = ops->seq_show || ops->read || ops->mmap; in kernfs_fop_open()
632 has_write = ops->write || ops->mmap; in kernfs_fop_open()
633 has_mmap = ops->mmap; in kernfs_fop_open()
956 .mmap = kernfs_fop_mmap,
1016 if (ops->mmap) in __kernfs_create_file()
/linux-4.19.296/drivers/xen/xenfs/
Dxenstored.c51 .mmap = xsd_kva_mmap,
/linux-4.19.296/fs/
Dbinfmt_aout.c220 if (!bprm->file->f_op->mmap) in load_aout_binary()
296 if (!bprm->file->f_op->mmap||((fd_offset & ~PAGE_MASK) != 0)) { in load_aout_binary()
365 if (!file->f_op->mmap) in load_aout_library()
Dbinfmt_em86.c42 !bprm->file->f_op->mmap) { in load_em86()
/linux-4.19.296/fs/ocfs2/
DMakefile28 mmap.o \
/linux-4.19.296/include/sound/
Dhwdep.h46 int (*mmap)(struct snd_hwdep *hw, struct file *file, member
/linux-4.19.296/include/drm/
Ddrm_gem_cma_helper.h59 .mmap = drm_gem_cma_mmap,\
/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_dev_backend.c112 .mmap = xenbus_backend_mmap,
/linux-4.19.296/drivers/pci/
DMakefile8 setup-bus.o vc.o mmap.o setup-irq.o

123456