Home
last modified time | relevance | path

Searched refs:zero_cnt (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c1238 int zero_cnt; in cluster_zero() local
1246 bzero_phys(zero_addr, zero_cnt); in cluster_zero()
1248 size -= zero_cnt; in cluster_zero()
1249 upl_offset += zero_cnt; in cluster_zero()
3873 long long zero_cnt; in cluster_write_copy() local
3908 zero_cnt = 0; in cluster_write_copy()
3929 zero_cnt = newEOF - headOff; in cluster_write_copy()
3981 if (zero_cnt) { in cluster_write_copy()
4158 while (zero_cnt && xfer_resid) { in cluster_write_copy()
4160 bytes_to_zero = (int)zero_cnt; in cluster_write_copy()
[all …]