Lines Matching refs:vm_area_struct
68 static void shm_open(struct vm_area_struct *vma);
69 static void shm_close(struct vm_area_struct *vma);
190 static int __shm_open(struct vm_area_struct *vma) in __shm_open()
209 static void shm_open(struct vm_area_struct *vma) in shm_open()
269 static void shm_close(struct vm_area_struct *vma) in shm_close()
376 static int shm_fault(struct vm_area_struct *vma, struct vm_fault *vmf) in shm_fault()
385 static int shm_set_policy(struct vm_area_struct *vma, struct mempolicy *new) in shm_set_policy()
395 static struct mempolicy *shm_get_policy(struct vm_area_struct *vma, in shm_get_policy()
411 static int shm_mmap(struct file *file, struct vm_area_struct *vma) in shm_mmap()
1262 struct vm_area_struct *vma; in SYSCALL_DEFINE1()
1268 struct vm_area_struct *next; in SYSCALL_DEFINE1()