Lines Matching defs:vm_area_struct

245 struct vm_area_struct {  struct
248 union {
259 struct mm_struct *vm_mm; /* The address space we belong to. */
260 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
266 union {
273 bool detached;
289 unsigned int vm_lock_seq;
290 struct vma_lock *vm_lock;
298 struct {
301 } shared;
309 struct list_head anon_vma_chain; /* Serialized by mmap_lock &
311 struct anon_vma *anon_vma; /* Serialized by page_table_lock */
314 const struct vm_operations_struct *vm_ops;
317 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE
319 struct file * vm_file; /* File we map to (can be NULL). */
320 void * vm_private_data; /* was vm_pte (shared mem) */
348 void (*open)(struct vm_area_struct * area); argument
774 static inline int vma_dup_policy(struct vm_area_struct *, struct vm_area_struct *) in vma_dup_policy()
822 static inline void vma_interval_tree_insert(struct vm_area_struct *, in vma_interval_tree_insert()
827 static inline void vma_interval_tree_remove(struct vm_area_struct *, in vma_interval_tree_remove()
846 static inline void uprobe_mmap(struct vm_area_struct *) in uprobe_mmap()
866 static inline void vma_assert_write_locked(struct vm_area_struct *) in vma_assert_write_locked()
884 static inline void anon_vma_merge(struct vm_area_struct *, in anon_vma_merge()
960 static inline bool is_vm_hugetlb_page(struct vm_area_struct *) in is_vm_hugetlb_page()
965 static inline bool vma_soft_dirty_enabled(struct vm_area_struct *) in vma_soft_dirty_enabled()
970 static inline bool userfaultfd_wp(struct vm_area_struct *) in userfaultfd_wp()
1032 static inline int call_mmap(struct file *, struct vm_area_struct *) in call_mmap()
1037 static inline int shmem_zero_setup(struct vm_area_struct *) in shmem_zero_setup()
1047 static inline void ksm_add_vma(struct vm_area_struct *) in ksm_add_vma()
1051 static inline void perf_event_mmap(struct vm_area_struct *) in perf_event_mmap()
1055 static inline bool vma_is_dax(struct vm_area_struct *) in vma_is_dax()
1090 static inline void vma_close(struct vm_area_struct *) in vma_close()
1094 static inline int mmap_file(struct file *, struct vm_area_struct *) in mmap_file()