Home
last modified time | relevance | path

Searched refs:file_control (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/vm/
H A Dvm_shared_region.h259 memory_object_control_t file_control; member
H A Dvm_shared_region.c1349 memory_object_control_t file_control; in vm_shared_region_map_file_setup() local
1420 file_control = srfmp->file_control; in vm_shared_region_map_file_setup()
1458 file_object = memory_object_control_to_vm_object(file_control); in vm_shared_region_map_file_setup()
1470 memory_object_mark_eligible_for_secluded(file_control, FALSE); in vm_shared_region_map_file_setup()
1607 slid_file_controls[*mappings_to_slide_cnt - 1] = file_control; in vm_shared_region_map_file_setup()
/xnu-8019.80.24/bsd/vm/
H A Dvm_unix.c2470 srfmp->file_control = ubc_getobject(srfmp->vp, UBC_HOLDOBJECT); in shared_region_map_and_slide_setup()
2471 if (srfmp->file_control == MEMORY_OBJECT_CONTROL_NULL) { in shared_region_map_and_slide_setup()