Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/vfs/
H A Dvfs_cluster.c1677 vm_offset_t commit_offset; in cluster_io() local
1719 commit_offset = (upl_offset + (PAGE_SIZE - 1)) & ~PAGE_MASK; in cluster_io()
1721 pg_resid = (int)(commit_offset - upl_offset); in cluster_io()
1757 commit_offset = upl_offset & ~PAGE_MASK; in cluster_io()
1764 ubc_upl_commit_range(upl, (upl_offset_t)commit_offset, in cluster_io()