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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c1282 vm_offset_t commit_offset; local
1322 commit_offset = (upl_offset + (PAGE_SIZE - 1)) & ~PAGE_MASK;
1324 pg_resid = commit_offset - upl_offset;
1358 commit_offset = upl_offset & ~PAGE_MASK;
1361 ubc_upl_commit_range(upl, commit_offset, pg_count * PAGE_SIZE,

Completed in 14 milliseconds