Searched refs:vm_flags_t (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/include/linux/ |
D | mm_types.h | 183 typedef unsigned long __nocast vm_flags_t; typedef 192 vm_flags_t vm_flags; /* VMA vm_flags */
|
D | hugetlb.h | 55 vm_flags_t vm_flags); 161 struct file *hugetlb_file_setup(const char *name, size_t size, vm_flags_t acct, 178 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup()
|
D | mm.h | 1399 vm_flags_t vm_flags, unsigned long pgoff);
|
/linux-3.4.99/mm/ |
D | mlock.c | 318 unsigned long start, unsigned long end, vm_flags_t newflags) in mlock_fixup() 397 vm_flags_t newflags; in do_mlock() 536 vm_flags_t newflags; in do_mlockall()
|
D | fremap.c | 226 vm_flags_t saved_flags = vma->vm_flags; in SYSCALL_DEFINE5()
|
D | mmap.c | 991 vm_flags_t vm_flags; in do_mmap_pgoff() 1225 vm_flags_t vm_flags = vma->vm_flags; in vma_wants_writenotify() 1253 static inline int accountable_mapping(struct file *file, vm_flags_t vm_flags) in accountable_mapping() 1267 vm_flags_t vm_flags, unsigned long pgoff) in mmap_region()
|
D | memory.c | 716 static inline int is_cow_mapping(vm_flags_t flags) in is_cow_mapping() 1875 vm_flags_t vm_flags; in fixup_user_fault()
|
D | hugetlb.c | 3056 vm_flags_t vm_flags) in hugetlb_reserve_pages()
|
/linux-3.4.99/fs/hugetlbfs/ |
D | inode.c | 935 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup()
|
/linux-3.4.99/ipc/ |
D | shm.c | 457 vm_flags_t acctflag = 0; in newseg()
|
/linux-3.4.99/fs/proc/ |
D | task_mmu.c | 219 vm_flags_t flags = vma->vm_flags; in show_map_vma()
|