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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c1100 int bytes_to_zero; local
1118 bytes_to_zero = non_rounded_size;
1120 bytes_to_zero = (((upl_offset + io_size) + (PAGE_SIZE - 1)) & ~PAGE_MASK) - upl_offset;
1124 bytes_to_zero = io_size;
1128 cluster_zero(upl, upl_offset, bytes_to_zero, real_bp);
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;
1171 pg_count = (pg_offset + bytes_to_zero + (PAGE_SIZE - 1)) / PAGE_SIZE;
1173 pg_count = (pg_offset + bytes_to_zero) / PAGE_SIZ
2426 int bytes_to_zero; local
[all...]

Completed in 9 milliseconds