Home
last modified time | relevance | path

Searched refs:file_object (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/osfmk/vm/
H A Dvm_fault.c2812 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2834 file_object = object; in vm_fault_cs_handle_violation()
2836 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2839 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2842 if (file_object != object) { in vm_fault_cs_handle_violation()
2843 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2845 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2846 file_object = shadow; in vm_fault_cs_handle_violation()
2861 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2869 if (vnode_pager_get_object_name(file_object->pager, in vm_fault_cs_handle_violation()
[all …]
H A Dvm_shared_region.c1340 vm_object_t file_object; in vm_shared_region_map_file_setup() local
1448 file_object = memory_object_control_to_vm_object(file_control); in vm_shared_region_map_file_setup()
1449 assert(file_object); in vm_shared_region_map_file_setup()
1499 __IGNORE_WCASTALIGN(map_port = (ipc_port_t) file_object->pager); in vm_shared_region_map_file_setup()