Home
last modified time | relevance | path

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

/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c1988 int bytes_to_zero; in cluster_io() local
2013 bytes_to_zero = io_size; in cluster_io()
3552 bytes_to_zero = min(bytes_to_zero, PAGE_SIZE - (int)(zero_off & PAGE_MASK_64)); in cluster_zero_range()
3567 return bytes_to_zero; in cluster_zero_range()
4162 bytes_to_zero = xfer_resid; in cluster_write_copy()
4167 xfer_resid -= bytes_to_zero; in cluster_write_copy()
4168 zero_cnt -= bytes_to_zero; in cluster_write_copy()
4169 zero_off += bytes_to_zero; in cluster_write_copy()
4170 io_offset += bytes_to_zero; in cluster_write_copy()
4195 bytes_to_zero = xfer_resid; in cluster_write_copy()
[all …]
H A Dvfs_attrlist.c245 long bytes_to_zero; in attrlist_pack_string() local
267 bytes_to_zero = lmin((roundup(fit, 4) - fit), in attrlist_pack_string()
269 if (bytes_to_zero) { in attrlist_pack_string()
270 bzero(&(ab->varcursor[fit]), bytes_to_zero); in attrlist_pack_string()