Home | History | Annotate | Download | only in linux

Lines Matching refs:vm_flags

68 	unsigned long vm_flags;		/* Flags, listed below. */
133 * vm_flags..
179 #define VM_ClearReadHint(v) (v)->vm_flags &= ~VM_READHINTMASK
180 #define VM_NormalReadHint(v) (!((v)->vm_flags & VM_READHINTMASK))
181 #define VM_SequentialReadHint(v) ((v)->vm_flags & VM_SEQ_READ)
182 #define VM_RandomReadHint(v) ((v)->vm_flags & VM_RAND_READ)
185 * mapping from the currently active vm_flags protection bits (the
919 unsigned long vm_flags, struct anon_vma *, struct file *, pgoff_t,