Searched defs:vma_remap_struct (Results 1 – 1 of 1) sorted by relevance
50 struct vma_remap_struct { struct53 unsigned long old_len; /* Length of range being remapped. */54 unsigned long new_len; /* Desired new length of mapping. */55 unsigned long flags; /* user-specified MREMAP_* flags. */59 struct vm_userfaultfd_ctx *uf;60 struct list_head *uf_unmap_early;61 struct list_head *uf_unmap;64 struct vm_area_struct *vma;68 bool mlocked; /* Was the VMA mlock()'d? */69 enum mremap_type remap_type; /* expand, shrink, etc. */[all …]