Searched defs:vma_prepare (Results 1 – 2 of 2) sorted by relevance
1206 struct vma_prepare { struct1207 struct vm_area_struct *vma;1208 struct vm_area_struct *adj_next;1209 struct file *file;1210 struct address_space *mapping;1211 struct anon_vma *anon_vma;1212 struct vm_area_struct *insert;1213 struct vm_area_struct *remove;1214 struct vm_area_struct *remove2;
463 static inline void vma_prepare(struct vma_prepare *vp) in vma_prepare() function