Home
last modified time | relevance | path

Searched refs:do_mmap_pgoff (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/mm/
Dutil.c297 ret = do_mmap_pgoff(file, addr, len, prot, flag, pgoff, in vm_mmap_pgoff()
Dmmap.c1255 unsigned long do_mmap_pgoff(struct file *file, unsigned long addr, in do_mmap_pgoff() function
2702 ret = do_mmap_pgoff(vma->vm_file, start, size, in SYSCALL_DEFINE5()
Dnommu.c1274 unsigned long do_mmap_pgoff(struct file *file, in do_mmap_pgoff() function
/linux-4.1.27/ipc/
Dshm.c1213 addr = do_mmap_pgoff(file, addr, size, prot, flags, 0, &populate); in do_shmat()
/linux-4.1.27/fs/
Daio.c491 ctx->mmap_base = do_mmap_pgoff(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring()
/linux-4.1.27/include/linux/
Dmm.h1876 extern unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,