Lines Matching refs:file_object
2783 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2805 file_object = object; in vm_fault_cs_handle_violation()
2807 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2810 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2813 if (file_object != object) { in vm_fault_cs_handle_violation()
2814 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2816 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2817 file_object = shadow; in vm_fault_cs_handle_violation()
2832 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2840 if (vnode_pager_get_object_name(file_object->pager, in vm_fault_cs_handle_violation()
2850 vnode_pager_get_object_mtime(file_object->pager, in vm_fault_cs_handle_violation()
2989 if (file_object != object) { in vm_fault_cs_handle_violation()
2990 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()