Lines Matching refs:file_object
2819 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2841 file_object = object; in vm_fault_cs_handle_violation()
2843 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2846 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2849 if (file_object != object) { in vm_fault_cs_handle_violation()
2850 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2852 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2853 file_object = shadow; in vm_fault_cs_handle_violation()
2868 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2876 if (vnode_pager_get_object_name(file_object->pager, in vm_fault_cs_handle_violation()
2886 vnode_pager_get_object_mtime(file_object->pager, in vm_fault_cs_handle_violation()
3025 if (file_object != object) { in vm_fault_cs_handle_violation()
3026 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()