Searched defs:vm_area_struct (Results 1 – 2 of 2) sorted by relevance
183 struct vm_area_struct { struct186 union {197 struct mm_struct *vm_mm; /* The address space we belong to. */198 pgprot_t vm_page_prot; /* Access permissions of this VMA. */204 union {224 unsigned int vm_lock_seq;233 struct list_head anon_vma_chain; /* Serialized by mmap_lock &235 struct anon_vma *anon_vma; /* Serialized by page_table_lock */238 const struct vm_operations_struct *vm_ops;241 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE[all …]
244 static void dummy_close(struct vm_area_struct *) in dummy_close()