Home
last modified time | relevance | path

Searched refs:vfs_mmap (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c108 ret = vfs_mmap(obj->base.filp, vma); in i915_gem_dmabuf_mmap()
/linux/fs/coda/
H A Dfile.c202 ret = vfs_mmap(vma->vm_file, vma); in coda_file_mmap()
/linux/tools/testing/vma/include/
H A Ddup.h1521 static inline int vfs_mmap(struct file *file, struct vm_area_struct *vma) in vfs_mmap() function
/linux/ipc/
H A Dshm.c607 ret = vfs_mmap(sfd->file, vma); in shm_mmap()