/fs/proc/ |
D | task_mmu.c | 133 struct vm_area_struct *vma; in m_start() local 170 struct vm_area_struct *next, *vma = v; in m_next() local 241 static int is_stack(struct vm_area_struct *vma) in is_stack() 273 show_map_vma(struct seq_file *m, struct vm_area_struct *vma) in show_map_vma() 349 struct vm_area_struct *vma = get_data_vma(v); in show_map() local 522 struct vm_area_struct *vma = walk->vma; in smaps_pte_entry() local 572 struct vm_area_struct *vma = walk->vma; in smaps_pmd_entry() local 612 struct vm_area_struct *vma = walk->vma; in smaps_pte_range() local 639 static void show_smap_vma_flags(struct seq_file *m, struct vm_area_struct *vma) in show_smap_vma_flags() 724 struct vm_area_struct *vma = walk->vma; in smaps_hugetlb_range() local [all …]
|
D | task_nommu.c | 23 struct vm_area_struct *vma; in task_mem() local 85 struct vm_area_struct *vma; in task_vsize() local 102 struct vm_area_struct *vma; in task_statm() local 129 static int is_stack(struct vm_area_struct *vma) in is_stack() 145 static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma) in nommu_vma_show()
|
D | vmcore.c | 190 int __weak remap_oldmem_pfn_range(struct vm_area_struct *vma, in remap_oldmem_pfn_range() 258 static int vmcoredd_mmap_dumps(struct vm_area_struct *vma, unsigned long dst, in vmcoredd_mmap_dumps() 490 static int remap_oldmem_pfn_checked(struct vm_area_struct *vma, in remap_oldmem_pfn_checked() 540 static int vmcore_remap_oldmem_pfn(struct vm_area_struct *vma, in vmcore_remap_oldmem_pfn() 554 static int mmap_vmcore(struct file *file, struct vm_area_struct *vma) in mmap_vmcore() 668 static int mmap_vmcore(struct file *file, struct vm_area_struct *vma) in mmap_vmcore()
|
D | inode.c | 426 static int pde_mmap(struct proc_dir_entry *pde, struct file *file, struct vm_area_struct *vma) in pde_mmap() 436 static int proc_reg_mmap(struct file *file, struct vm_area_struct *vma) in proc_reg_mmap()
|
/fs/ |
D | userfaultfd.c | 236 struct vm_area_struct *vma, in userfaultfd_huge_must_wait() 268 struct vm_area_struct *vma, in userfaultfd_huge_must_wait() 362 bool userfaultfd_using_sigbus(struct vm_area_struct *vma) in userfaultfd_using_sigbus() 635 struct vm_area_struct *vma; in userfaultfd_event_wait_completion() local 670 int dup_userfaultfd(struct vm_area_struct *vma, struct list_head *fcs) in dup_userfaultfd() 745 void mremap_userfaultfd_prep(struct vm_area_struct *vma, in mremap_userfaultfd_prep() 792 bool userfaultfd_remove(struct vm_area_struct *vma, in userfaultfd_remove() 832 int userfaultfd_unmap_prep(struct vm_area_struct *vma, in userfaultfd_unmap_prep() 884 struct vm_area_struct *vma, *prev; in userfaultfd_release() local 1294 static inline bool vma_can_userfault(struct vm_area_struct *vma, in vma_can_userfault() [all …]
|
D | coredump.c | 981 static bool always_dump_vma(struct vm_area_struct *vma) in always_dump_vma() 1009 static unsigned long vma_dump_size(struct vm_area_struct *vma, in vma_dump_size() 1135 struct vm_area_struct *vma, *gate_vma; in dump_vma_snapshot() local
|
D | dax.c | 343 struct vm_area_struct *vma, unsigned long address) in dax_associate_entry() 794 unsigned long pgoff_address(pgoff_t pgoff, struct vm_area_struct *vma) in pgoff_address() 807 struct vm_area_struct *vma; in dax_entry_mkclean() local 1076 struct vm_area_struct *vma = vmf->vma; in dax_pmd_load_hole() local 1316 struct vm_area_struct *vma, const struct iomap *iomap) in dax_fault_is_synchronous()
|
D | exec.c | 253 struct vm_area_struct *vma = NULL; in __bprm_mm_init() local 685 static int shift_arg_pages(struct vm_area_struct *vma, unsigned long shift) in shift_arg_pages() 757 struct vm_area_struct *vma = bprm->vma; in setup_arg_pages() local
|
/fs/nilfs2/ |
D | file.c | 47 struct vm_area_struct *vma = vmf->vma; in nilfs_page_mkwrite() local 126 static int nilfs_file_mmap(struct file *file, struct vm_area_struct *vma) in nilfs_file_mmap()
|
/fs/coda/ |
D | file.c | 96 coda_vm_open(struct vm_area_struct *vma) in coda_vm_open() 108 coda_vm_close(struct vm_area_struct *vma) in coda_vm_close() 124 coda_file_mmap(struct file *coda_file, struct vm_area_struct *vma) in coda_file_mmap()
|
/fs/ocfs2/ |
D | mmap.c | 33 struct vm_area_struct *vma = vmf->vma; in ocfs2_fault() local 162 int ocfs2_mmap(struct file *file, struct vm_area_struct *vma) in ocfs2_mmap()
|
/fs/kernfs/ |
D | file.c | 314 static void kernfs_vma_open(struct vm_area_struct *vma) in kernfs_vma_open() 373 static int kernfs_vma_access(struct vm_area_struct *vma, unsigned long addr, in kernfs_vma_access() 395 static int kernfs_vma_set_policy(struct vm_area_struct *vma, in kernfs_vma_set_policy() 416 static struct mempolicy *kernfs_vma_get_policy(struct vm_area_struct *vma, in kernfs_vma_get_policy() 450 static int kernfs_fop_mmap(struct file *file, struct vm_area_struct *vma) in kernfs_fop_mmap()
|
/fs/9p/ |
D | vfs_file.c | 479 v9fs_file_mmap(struct file *filp, struct vm_area_struct *vma) in v9fs_file_mmap() 492 v9fs_mmap_file_mmap(struct file *filp, struct vm_area_struct *vma) in v9fs_mmap_file_mmap() 588 static void v9fs_mmap_vm_close(struct vm_area_struct *vma) in v9fs_mmap_vm_close()
|
/fs/hugetlbfs/ |
D | inode.c | 89 static inline void hugetlb_set_vma_policy(struct vm_area_struct *vma, in hugetlb_set_vma_policy() 96 static inline void hugetlb_drop_vma_policy(struct vm_area_struct *vma) in hugetlb_drop_vma_policy() 101 static inline void hugetlb_set_vma_policy(struct vm_area_struct *vma, in hugetlb_set_vma_policy() 106 static inline void hugetlb_drop_vma_policy(struct vm_area_struct *vma) in hugetlb_drop_vma_policy() 131 static int hugetlbfs_file_mmap(struct file *file, struct vm_area_struct *vma) in hugetlbfs_file_mmap() 263 struct vm_area_struct *vma; in hugetlb_get_unmapped_area() local 427 struct vm_area_struct *vma; in hugetlb_vmdelete_list() local
|
/fs/afs/ |
D | file.c | 530 static int afs_file_mmap(struct file *file, struct vm_area_struct *vma) in afs_file_mmap() 545 static void afs_vm_open(struct vm_area_struct *vma) in afs_vm_open() 550 static void afs_vm_close(struct vm_area_struct *vma) in afs_vm_close()
|
/fs/vboxsf/ |
D | file.c | 157 static void vboxsf_vma_close(struct vm_area_struct *vma) in vboxsf_vma_close() 169 static int vboxsf_file_mmap(struct file *file, struct vm_area_struct *vma) in vboxsf_file_mmap()
|
/fs/romfs/ |
D | mmap-nommu.c | 64 static int romfs_mmap(struct file *file, struct vm_area_struct *vma) in romfs_mmap()
|
/fs/ext2/ |
D | file.c | 123 static int ext2_file_mmap(struct file *file, struct vm_area_struct *vma) in ext2_file_mmap()
|
/fs/ramfs/ |
D | file-nommu.c | 257 static int ramfs_nommu_mmap(struct file *file, struct vm_area_struct *vma) in ramfs_nommu_mmap()
|
/fs/fuse/ |
D | passthrough.c | 168 ssize_t fuse_passthrough_mmap(struct file *file, struct vm_area_struct *vma) in fuse_passthrough_mmap()
|
/fs/ceph/ |
D | addr.c | 1350 struct vm_area_struct *vma = vmf->vma; in ceph_filemap_fault() local 1437 struct vm_area_struct *vma = vmf->vma; in ceph_page_mkwrite() local 1736 int ceph_mmap(struct file *file, struct vm_area_struct *vma) in ceph_mmap()
|
/fs/orangefs/ |
D | file.c | 381 static int orangefs_file_mmap(struct file *file, struct vm_area_struct *vma) in orangefs_file_mmap()
|
/fs/cramfs/ |
D | inode.c | 355 static int cramfs_physmem_mmap(struct file *file, struct vm_area_struct *vma) in cramfs_physmem_mmap() 447 static int cramfs_physmem_mmap(struct file *file, struct vm_area_struct *vma) in cramfs_physmem_mmap()
|
/fs/erofs/ |
D | data.c | 369 static int erofs_file_mmap(struct file *file, struct vm_area_struct *vma) in erofs_file_mmap()
|
/fs/ecryptfs/ |
D | file.c | 169 static int ecryptfs_mmap(struct file *file, struct vm_area_struct *vma) in ecryptfs_mmap()
|