Searched refs:do_mmap_pgoff (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/mm/ |
D | util.c | 297 ret = do_mmap_pgoff(file, addr, len, prot, flag, pgoff, in vm_mmap_pgoff()
|
D | mmap.c | 1255 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()
|
D | nommu.c | 1274 unsigned long do_mmap_pgoff(struct file *file, in do_mmap_pgoff() function
|
/linux-4.1.27/ipc/ |
D | shm.c | 1213 addr = do_mmap_pgoff(file, addr, size, prot, flags, 0, &populate); in do_shmat()
|
/linux-4.1.27/fs/ |
D | aio.c | 491 ctx->mmap_base = do_mmap_pgoff(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring()
|
/linux-4.1.27/include/linux/ |
D | mm.h | 1876 extern unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
|