Lines Matching refs:file_object
2875 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2897 file_object = object; in vm_fault_cs_handle_violation()
2899 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2902 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2905 if (file_object != object) { in vm_fault_cs_handle_violation()
2906 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2908 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2909 file_object = shadow; in vm_fault_cs_handle_violation()
2924 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2932 if (vnode_pager_get_object_name(file_object->pager, in vm_fault_cs_handle_violation()
2942 vnode_pager_get_object_mtime(file_object->pager, in vm_fault_cs_handle_violation()
3081 if (file_object != object) { in vm_fault_cs_handle_violation()
3082 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()