Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cluster.c3855 cluster_zero_range(upl_t upl, upl_page_info_t *pl, int flags, int io_offset, off_t zero_off, off_t … in cluster_zero_range() argument
3861 bytes_to_zero = min(bytes_to_zero, PAGE_SIZE - (int)(zero_off & PAGE_MASK_64)); in cluster_zero_range()
3862 zero_pg_index = (int)((zero_off - upl_f_offset) / PAGE_SIZE_64); in cluster_zero_range()
4183 off_t zero_off; in cluster_write_copy() local
4219 zero_off = 0; in cluster_write_copy()
4235 zero_off = headOff; in cluster_write_copy()
4239 zero_off = headOff; in cluster_write_copy()
4243 zero_off = uio->uio_offset & ~PAGE_MASK_64; in cluster_write_copy()
4245 if (zero_off >= oldEOF) { in cluster_write_copy()
4246 zero_cnt = uio->uio_offset - zero_off; in cluster_write_copy()
[all …]