Lines Matching refs:vm_fault_t

1581 static vm_fault_t insert_pfn(struct vm_area_struct *vma, unsigned long addr,  in insert_pfn()
1652 vm_fault_t vmf_insert_pfn_prot(struct vm_area_struct *vma, unsigned long addr, in vmf_insert_pfn_prot()
1700 vm_fault_t vmf_insert_pfn(struct vm_area_struct *vma, unsigned long addr, in vmf_insert_pfn()
1721 static vm_fault_t __vm_insert_mixed(struct vm_area_struct *vma, in __vm_insert_mixed()
1767 vm_fault_t vmf_insert_mixed(struct vm_area_struct *vma, unsigned long addr, in vmf_insert_mixed()
1779 vm_fault_t vmf_insert_mixed_mkwrite(struct vm_area_struct *vma, in vmf_insert_mixed_mkwrite()
2196 static vm_fault_t do_page_mkwrite(struct vm_fault *vmf) in do_page_mkwrite()
2198 vm_fault_t ret; in do_page_mkwrite()
2306 static vm_fault_t wp_page_copy(struct vm_fault *vmf) in wp_page_copy()
2457 vm_fault_t finish_mkwrite_fault(struct vm_fault *vmf) in finish_mkwrite_fault()
2478 static vm_fault_t wp_pfn_shared(struct vm_fault *vmf) in wp_pfn_shared()
2483 vm_fault_t ret; in wp_pfn_shared()
2496 static vm_fault_t wp_page_shared(struct vm_fault *vmf) in wp_page_shared()
2504 vm_fault_t tmp; in wp_page_shared()
2547 static vm_fault_t do_wp_page(struct vm_fault *vmf) in do_wp_page()
2735 vm_fault_t do_swap_page(struct vm_fault *vmf) in do_swap_page()
2744 vm_fault_t ret = 0; in do_swap_page()
2950 static vm_fault_t do_anonymous_page(struct vm_fault *vmf) in do_anonymous_page()
2955 vm_fault_t ret = 0; in do_anonymous_page()
3065 static vm_fault_t __do_fault(struct vm_fault *vmf) in __do_fault()
3068 vm_fault_t ret; in __do_fault()
3124 static vm_fault_t pte_alloc_one_map(struct vm_fault *vmf) in pte_alloc_one_map()
3187 static vm_fault_t do_set_pmd(struct vm_fault *vmf, struct page *page) in do_set_pmd()
3194 vm_fault_t ret; in do_set_pmd()
3244 static vm_fault_t do_set_pmd(struct vm_fault *vmf, struct page *page) in do_set_pmd()
3267 vm_fault_t alloc_set_pte(struct vm_fault *vmf, struct mem_cgroup *memcg, in alloc_set_pte()
3273 vm_fault_t ret; in alloc_set_pte()
3333 vm_fault_t finish_fault(struct vm_fault *vmf) in finish_fault()
3336 vm_fault_t ret = 0; in finish_fault()
3418 static vm_fault_t do_fault_around(struct vm_fault *vmf) in do_fault_around()
3424 vm_fault_t ret = 0; in do_fault_around()
3473 static vm_fault_t do_read_fault(struct vm_fault *vmf) in do_read_fault()
3476 vm_fault_t ret = 0; in do_read_fault()
3500 static vm_fault_t do_cow_fault(struct vm_fault *vmf) in do_cow_fault()
3503 vm_fault_t ret; in do_cow_fault()
3539 static vm_fault_t do_shared_fault(struct vm_fault *vmf) in do_shared_fault()
3542 vm_fault_t ret, tmp; in do_shared_fault()
3582 static vm_fault_t do_fault(struct vm_fault *vmf) in do_fault()
3586 vm_fault_t ret; in do_fault()
3647 static vm_fault_t do_numa_page(struct vm_fault *vmf) in do_numa_page()
3737 static inline vm_fault_t create_huge_pmd(struct vm_fault *vmf) in create_huge_pmd()
3747 static inline vm_fault_t wp_huge_pmd(struct vm_fault *vmf, pmd_t orig_pmd) in wp_huge_pmd()
3766 static vm_fault_t create_huge_pud(struct vm_fault *vmf) in create_huge_pud()
3778 static vm_fault_t wp_huge_pud(struct vm_fault *vmf, pud_t orig_pud) in wp_huge_pud()
3805 static vm_fault_t handle_pte_fault(struct vm_fault *vmf) in handle_pte_fault()
3893 static vm_fault_t __handle_mm_fault(struct vm_area_struct *vma, in __handle_mm_fault()
3907 vm_fault_t ret; in __handle_mm_fault()
3982 vm_fault_t handle_mm_fault(struct vm_area_struct *vma, unsigned long address, in handle_mm_fault()
3985 vm_fault_t ret; in handle_mm_fault()