Home
last modified time | relevance | path

Searched defs:vm_area_struct (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dmm_types.h122 struct vm_area_struct { struct
129 struct vm_area_struct *vm_next; argument
146 struct vm_area_struct *head; argument
150 } shared;
158 struct list_head anon_vma_node; /* Serialized by anon_vma->lock */
159 struct anon_vma *anon_vma; /* Serialized by page_table_lock */
162 struct vm_operations_struct * vm_ops;
165 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE
167 struct file * vm_file; /* File we map to (can be NULL). */
191 struct vm_area_struct * mmap; /* list of VMAs */ argument