Searched defs:vma_prepare (Results 1 – 2 of 2) sorted by relevance
1222 struct vma_prepare { struct1223 struct vm_area_struct *vma;1224 struct vm_area_struct *adj_next;1225 struct file *file;1226 struct address_space *mapping;1227 struct anon_vma *anon_vma;1228 struct vm_area_struct *insert;1229 struct vm_area_struct *remove;1230 struct vm_area_struct *remove2;
462 static inline void vma_prepare(struct vma_prepare *vp) in vma_prepare() function