Lines Matching refs:file_object
2931 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2953 file_object = object; in vm_fault_cs_handle_violation()
2955 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2958 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2961 if (file_object != object) { in vm_fault_cs_handle_violation()
2962 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2964 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2965 file_object = shadow; in vm_fault_cs_handle_violation()
2980 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2988 if (vnode_pager_get_object_name(file_object->pager, in vm_fault_cs_handle_violation()
2998 vnode_pager_get_object_mtime(file_object->pager, in vm_fault_cs_handle_violation()
3137 if (file_object != object) { in vm_fault_cs_handle_violation()
3138 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()