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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c1131 int pg_resid; local
1141 pg_resid = commit_offset - upl_offset;
1143 if (bytes_to_zero >= pg_resid) {
1155 pg_count = (bytes_to_zero - pg_resid + (PAGE_SIZE - 1)) / PAGE_SIZE;
1157 pg_count = (bytes_to_zero - pg_resid) / PAGE_SIZE;

Completed in 35 milliseconds