Lines Matching refs:file_object
2832 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2854 file_object = object; in vm_fault_cs_handle_violation()
2856 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2859 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2862 if (file_object != object) { in vm_fault_cs_handle_violation()
2863 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2865 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2866 file_object = shadow; in vm_fault_cs_handle_violation()
2881 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2889 if (vnode_pager_get_object_name(file_object->pager, in vm_fault_cs_handle_violation()
2899 vnode_pager_get_object_mtime(file_object->pager, in vm_fault_cs_handle_violation()
3038 if (file_object != object) { in vm_fault_cs_handle_violation()
3039 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()