Searched defs:vm_area_struct (Results 1 – 1 of 1) sorted by relevance
707 struct vm_area_struct { struct710 union {723 struct mm_struct *vm_mm;724 pgprot_t vm_page_prot; /* Access permissions of this VMA. */730 union {750 unsigned int vm_lock_seq;758 struct list_head anon_vma_chain; /* Serialized by mmap_lock &760 struct anon_vma *anon_vma; /* Serialized by page_table_lock */763 const struct vm_operations_struct *vm_ops;766 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE[all …]