Searched refs:do_mmap_pgoff (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/mm/ |
D | util.c | 297 ret = do_mmap_pgoff(file, addr, len, prot, flag, pgoff, in vm_mmap_pgoff()
|
D | mmap.c | 2716 ret = do_mmap_pgoff(vma->vm_file, start, size, in SYSCALL_DEFINE5()
|
/linux-4.4.14/ipc/ |
D | shm.c | 1213 addr = do_mmap_pgoff(file, addr, size, prot, flags, 0, &populate); in do_shmat()
|
/linux-4.4.14/fs/ |
D | aio.c | 500 ctx->mmap_base = do_mmap_pgoff(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring()
|
/linux-4.4.14/include/linux/ |
D | mm.h | 1923 do_mmap_pgoff(struct file *file, unsigned long addr, in do_mmap_pgoff() function
|