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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c1283 int bytes_to_zero; local
1301 bytes_to_zero = non_rounded_size;
1303 bytes_to_zero = (((upl_offset + io_size) + (PAGE_SIZE - 1)) & ~PAGE_MASK) - upl_offset;
1307 bytes_to_zero = io_size;
1311 cluster_zero(upl, upl_offset, bytes_to_zero, real_bp);
1326 if (bytes_to_zero >= pg_resid) {
1338 pg_count = (bytes_to_zero - pg_resid + (PAGE_SIZE - 1)) / PAGE_SIZE;
1340 pg_count = (bytes_to_zero - pg_resid) / PAGE_SIZE;
1354 pg_count = (pg_offset + bytes_to_zero + (PAGE_SIZE - 1)) / PAGE_SIZE;
1356 pg_count = (pg_offset + bytes_to_zero) / PAGE_SIZ
2715 cluster_zero_range(upl_t upl, upl_page_info_t *pl, int flags, int io_offset, off_t zero_off, off_t upl_f_offset, int bytes_to_zero) argument
2754 int bytes_to_zero; local
[all...]

Completed in 19 milliseconds