Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/vfs/
H A Dvfs_cluster.c3636 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
3642 bytes_to_zero = min(bytes_to_zero, PAGE_SIZE - (int)(zero_off & PAGE_MASK_64)); in cluster_zero_range()
3643 zero_pg_index = (int)((zero_off - upl_f_offset) / PAGE_SIZE_64); in cluster_zero_range()
3964 off_t zero_off; in cluster_write_copy() local
4000 zero_off = 0; in cluster_write_copy()
4016 zero_off = headOff; in cluster_write_copy()
4020 zero_off = headOff; in cluster_write_copy()
4024 zero_off = uio->uio_offset & ~PAGE_MASK_64; in cluster_write_copy()
4026 if (zero_off >= oldEOF) { in cluster_write_copy()
4027 zero_cnt = uio->uio_offset - zero_off; in cluster_write_copy()
[all …]