Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/vm/
H A Dvm_fault.c2807 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2829 file_object = object; in vm_fault_cs_handle_violation()
2831 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2834 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2837 if (file_object != object) { in vm_fault_cs_handle_violation()
2838 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2840 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2841 file_object = shadow; in vm_fault_cs_handle_violation()
2856 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2864 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()