Lines Matching refs:file_object
2908 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2930 file_object = object; in vm_fault_cs_handle_violation()
2932 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2935 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2938 if (file_object != object) { in vm_fault_cs_handle_violation()
2939 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2941 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2942 file_object = shadow; in vm_fault_cs_handle_violation()
2957 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2965 if (vnode_pager_get_object_name(file_object->pager, in vm_fault_cs_handle_violation()
2975 vnode_pager_get_object_mtime(file_object->pager, in vm_fault_cs_handle_violation()
3114 if (file_object != object) { in vm_fault_cs_handle_violation()
3115 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()