Searched refs:task_update_logical_writes (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/osfmk/vm/ |
| H A D | memory_object.c | 636 …task_update_logical_writes(current_task(), (dirty_count * PAGE_SIZE), TASK_WRITE_INVALIDATED, vnod… in vm_object_update_extent()
|
| H A D | vm_fault.c | 3438 …task_update_logical_writes(current_task(), PAGE_SIZE, TASK_WRITE_DEFERRED, vnode_pager_lookup_vnod… in vm_fault_enter_set_mapped()
|
| /xnu-11215/osfmk/kern/ |
| H A D | task.h | 1425 extern void task_update_logical_writes(task_t task, uint32_t io_size, int flags, void *vp);
|
| H A D | task.c | 8234 task_update_logical_writes(task_t task, uint32_t io_size, int flags, void *vp) in task_update_logical_writes() function
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_cluster.c | 3033 task_update_logical_writes(current_task(), (io_req_size & ~PAGE_MASK), TASK_WRITE_IMMEDIATE, vp); in cluster_write_direct() 7108 …task_update_logical_writes(current_task(), (dirty_count * PAGE_SIZE), TASK_WRITE_DEFERRED, upl_loo… in cluster_copy_upl_data() 7181 task_update_logical_writes(current_task(), num_bytes_copied, TASK_WRITE_DEFERRED, vp); in cluster_copy_ubc_data_internal()
|