Searched defs:vm_area_struct (Results 1 – 5 of 5) sorted by relevance
306 struct vm_area_struct { struct309 union {318 struct mm_struct *vm_mm; /* The address space we belong to. */319 pgprot_t vm_page_prot; /* Access permissions of this VMA. */325 union {345 unsigned int vm_lock_seq;354 struct list_head anon_vma_chain; /* Serialized by mmap_lock &356 struct anon_vma *anon_vma; /* Serialized by page_table_lock */359 const struct vm_operations_struct *vm_ops;362 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE[all …]
281 static void dummy_close(struct vm_area_struct *) in dummy_close()
810 struct vm_area_struct { struct813 union {826 struct mm_struct *vm_mm;827 pgprot_t vm_page_prot; /* Access permissions of this VMA. */833 union {853 unsigned int vm_lock_seq;861 struct list_head anon_vma_chain; /* Serialized by mmap_lock &863 struct anon_vma *anon_vma; /* Serialized by page_table_lock */866 const struct vm_operations_struct *vm_ops;869 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE[all …]
254 vma: *mut bindings::vm_area_struct, in mmap()
56 pub fn as_ptr(&self) -> *mut bindings::vm_area_struct { in as_ptr()