Lines Matching refs:file_object
2869 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2891 file_object = object; in vm_fault_cs_handle_violation()
2893 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2896 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2899 if (file_object != object) { in vm_fault_cs_handle_violation()
2900 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2902 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2903 file_object = shadow; in vm_fault_cs_handle_violation()
2918 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2926 if (vnode_pager_get_object_name(file_object->pager, in vm_fault_cs_handle_violation()
2936 vnode_pager_get_object_mtime(file_object->pager, in vm_fault_cs_handle_violation()
3075 if (file_object != object) { in vm_fault_cs_handle_violation()
3076 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()