Searched defs:vm_area_struct (Results 1 – 3 of 3) sorted by relevance
238 struct vm_area_struct { struct241 union {252 struct mm_struct *vm_mm; /* The address space we belong to. */253 pgprot_t vm_page_prot; /* Access permissions of this VMA. */259 union {279 unsigned int vm_lock_seq;288 struct list_head anon_vma_chain; /* Serialized by mmap_lock &290 struct anon_vma *anon_vma; /* Serialized by page_table_lock */293 const struct vm_operations_struct *vm_ops;296 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE[all …]
264 static void dummy_close(struct vm_area_struct *) in dummy_close()
779 struct vm_area_struct { struct782 union {795 struct mm_struct *vm_mm;796 pgprot_t vm_page_prot; /* Access permissions of this VMA. */802 union {822 unsigned int vm_lock_seq;830 struct list_head anon_vma_chain; /* Serialized by mmap_lock &832 struct anon_vma *anon_vma; /* Serialized by page_table_lock */835 const struct vm_operations_struct *vm_ops;838 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE[all …]