Lines Matching refs:file_object
2812 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2834 file_object = object; in vm_fault_cs_handle_violation()
2836 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2839 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2842 if (file_object != object) { in vm_fault_cs_handle_violation()
2843 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2845 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2846 file_object = shadow; in vm_fault_cs_handle_violation()
2861 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2869 if (vnode_pager_get_object_name(file_object->pager, in vm_fault_cs_handle_violation()
2879 vnode_pager_get_object_mtime(file_object->pager, in vm_fault_cs_handle_violation()
3018 if (file_object != object) { in vm_fault_cs_handle_violation()
3019 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()