Searched refs:file_control (Results 1 – 6 of 6) sorted by relevance
26 memory_object_control_t file_control = NULL; in get_control_from_fd() local74 file_control = ubc_getobject(vp, UBC_HOLDOBJECT); in get_control_from_fd()75 if (file_control == MEMORY_OBJECT_CONTROL_NULL) { in get_control_from_fd()80 ret.control = file_control; in get_control_from_fd()
56 memory_object_control_t file_control);
107 memory_object_control_t file_control; member
1580 memory_object_control_t file_control; in vm_shared_region_map_file_setup() local1621 file_control = srfmp->file_control; in vm_shared_region_map_file_setup()1788 file_object = memory_object_control_to_vm_object(file_control); in vm_shared_region_map_file_setup()1806 memory_object_mark_eligible_for_secluded(file_control, FALSE); in vm_shared_region_map_file_setup()1953 slid_file_controls[*mappings_to_slide_cnt - 1] = file_control; in vm_shared_region_map_file_setup()
1633 memory_object_control_t file_control) in vm_map_with_linking() argument1651 file_object = memory_object_control_to_vm_object(file_control); in vm_map_with_linking()
1568 srfmp->file_control = ubc_getobject(srfmp->vp, UBC_HOLDOBJECT); in shared_region_map_and_slide_setup()1569 if (srfmp->file_control == MEMORY_OBJECT_CONTROL_NULL) { in shared_region_map_and_slide_setup()2156 memory_object_control_t file_control = NULL; in map_with_linking_np() local2375 file_control = ubc_getobject(vp, UBC_HOLDOBJECT); in map_with_linking_np()2376 if (file_control == MEMORY_OBJECT_CONTROL_NULL) { in map_with_linking_np()2418 …vm_map_with_linking(proc_task(p), regions, region_count, &link_info, link_info_size, file_control); in map_with_linking_np()