Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dmemory_object.c415 boolean_t should_iosync) in vm_object_sync() argument
442 if (should_iosync) { in vm_object_sync()
502 boolean_t should_iosync, in vm_object_update_extent() argument
546 paging_offset, offset_resid, io_errno, should_iosync); in vm_object_update_extent()
565 paging_offset, offset_resid, io_errno, should_iosync); in vm_object_update_extent()
648 paging_offset, offset_resid, io_errno, should_iosync); in vm_object_update_extent()
683 boolean_t should_iosync = (flags & MEMORY_OBJECT_IO_SYNC) ? TRUE : FALSE; in vm_object_update() local
1025 should_flush, should_return, should_iosync, protection)) { in vm_object_update()
H A Dvm_object_internal.h478 boolean_t should_iosync);