Searched defs:vm_area_struct (Results 1 – 5 of 5) sorted by relevance
304 struct vm_area_struct { struct307 union {316 struct mm_struct *vm_mm; /* The address space we belong to. */317 pgprot_t vm_page_prot; /* Access permissions of this VMA. */323 union {343 unsigned int vm_lock_seq;352 struct list_head anon_vma_chain; /* Serialized by mmap_lock &354 struct anon_vma *anon_vma; /* Serialized by page_table_lock */357 const struct vm_operations_struct *vm_ops;360 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE[all …]
281 static void dummy_close(struct vm_area_struct *) in dummy_close()
811 struct vm_area_struct { struct 814 __anona82e97cc200avm_area_struct global() argument 827 vm_mmvm_area_struct global() argument 828 vm_page_protvm_area_struct global() argument 834 __anona82e97cc220avm_area_struct global() argument 854 vm_lock_seqvm_area_struct global() argument 862 anon_vma_chainvm_area_struct global() argument 864 anon_vmavm_area_struct global() argument 867 vm_opsvm_area_struct global() argument 870 vm_pgoffvm_area_struct global() argument 872 vm_filevm_area_struct global() argument 873 vm_private_datavm_area_struct global() argument 876 swap_readahead_infovm_area_struct global() argument 879 vm_regionvm_area_struct global() argument 882 vm_policyvm_area_struct global() argument 885 numab_statevm_area_struct global() argument 889 ____cacheline_aligned_in_smpvm_area_struct global() argument 891 vmlock_dep_mapvm_area_struct global() argument 899 __anona82e97cc2308vm_area_struct global() argument 902 sharedvm_area_struct global() argument 909 anon_namevm_area_struct global() argument 911 vm_userfaultfd_ctxvm_area_struct global() argument 913 pfnmap_track_ctxvm_area_struct global() argument
249 vma: *mut bindings::vm_area_struct, in mmap()
56 pub fn as_ptr(&self) -> *mut bindings::vm_area_struct { in as_ptr()