Searched refs:vma (Results 1 – 3 of 3) sorted by relevance
3699 static void packet_mm_open(struct vm_area_struct *vma) in packet_mm_open() argument3701 struct file *file = vma->vm_file; in packet_mm_open()3709 static void packet_mm_close(struct vm_area_struct *vma) in packet_mm_close() argument3711 struct file *file = vma->vm_file; in packet_mm_close()3946 struct vm_area_struct *vma) in packet_mmap() argument3956 if (vma->vm_pgoff) in packet_mmap()3973 size = vma->vm_end - vma->vm_start; in packet_mmap()3977 start = vma->vm_start; in packet_mmap()3989 err = vm_insert_page(vma, start, page); in packet_mmap()3999 vma->vm_ops = &packet_mmap_ops; in packet_mmap()
121 static int sock_mmap(struct file *file, struct vm_area_struct *vma);1182 static int sock_mmap(struct file *file, struct vm_area_struct *vma) in sock_mmap() argument1186 return sock->ops->mmap(file, sock, vma); in sock_mmap()
2174 int sock_no_mmap(struct file *file, struct socket *sock, struct vm_area_struct *vma) in sock_no_mmap() argument