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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c1099 vm_offset_t commit_offset; local
1139 commit_offset = (upl_offset + (PAGE_SIZE - 1)) & ~PAGE_MASK;
1141 pg_resid = commit_offset - upl_offset;
1175 commit_offset = upl_offset & ~PAGE_MASK;
1178 ubc_upl_commit_range(upl, commit_offset, pg_count * PAGE_SIZE,

Completed in 16 milliseconds