Lines Matching refs:file_object
2841 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2863 file_object = object; in vm_fault_cs_handle_violation()
2865 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2868 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2871 if (file_object != object) { in vm_fault_cs_handle_violation()
2872 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2874 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2875 file_object = shadow; in vm_fault_cs_handle_violation()
2890 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2898 if (vnode_pager_get_object_name(file_object->pager, in vm_fault_cs_handle_violation()
2908 vnode_pager_get_object_mtime(file_object->pager, in vm_fault_cs_handle_violation()
3047 if (file_object != object) { in vm_fault_cs_handle_violation()
3048 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()