Lines Matching refs:result
1493 vm_fault_t result = VM_FAULT_FALLBACK;
1532 result = VM_FAULT_SIGBUS;
1548 result = xa_to_internal(entry);
1560 result = 0;
1599 result = VM_FAULT_NEEDDSYNC;
1604 result = vmf_insert_pfn_pmd(vmf, pfn, write);
1610 result = dax_pmd_load_hole(&xas, vmf, &iomap, &entry);
1621 if (result == VM_FAULT_FALLBACK)
1635 if (result == VM_FAULT_FALLBACK) {
1640 trace_dax_pmd_fault_done(inode, vmf, max_pgoff, result);
1641 return result;