Lines Matching refs:vm_area_struct
18 .freeptr_offset = offsetof(struct vm_area_struct, vm_freeptr), in vma_state_init()
22 sizeof(struct vm_area_struct), &args, in vma_state_init()
27 struct vm_area_struct *vm_area_alloc(struct mm_struct *mm) in vm_area_alloc()
29 struct vm_area_struct *vma; in vm_area_alloc()
40 static void vm_area_init_from(const struct vm_area_struct *src, in vm_area_init_from()
41 struct vm_area_struct *dest) in vm_area_init_from()
80 static inline int vma_pfnmap_track_ctx_dup(struct vm_area_struct *orig, in vma_pfnmap_track_ctx_dup()
81 struct vm_area_struct *new) in vma_pfnmap_track_ctx_dup()
99 static inline void vma_pfnmap_track_ctx_release(struct vm_area_struct *vma) in vma_pfnmap_track_ctx_release()
110 static inline int vma_pfnmap_track_ctx_dup(struct vm_area_struct *orig, in vma_pfnmap_track_ctx_dup()
111 struct vm_area_struct *new) in vma_pfnmap_track_ctx_dup()
115 static inline void vma_pfnmap_track_ctx_release(struct vm_area_struct *vma) in vma_pfnmap_track_ctx_release()
120 struct vm_area_struct *vm_area_dup(struct vm_area_struct *orig) in vm_area_dup()
122 struct vm_area_struct *new = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL); in vm_area_dup()
143 void vm_area_free(struct vm_area_struct *vma) in vm_area_free()