Lines Matching refs:file_object
2781 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2803 file_object = object; in vm_fault_cs_handle_violation()
2805 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2808 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2811 if (file_object != object) { in vm_fault_cs_handle_violation()
2812 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2814 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2815 file_object = shadow; in vm_fault_cs_handle_violation()
2830 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2838 if (vnode_pager_get_object_name(file_object->pager, in vm_fault_cs_handle_violation()
2848 vnode_pager_get_object_mtime(file_object->pager, in vm_fault_cs_handle_violation()
2987 if (file_object != object) { in vm_fault_cs_handle_violation()
2988 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()