Lines Matching refs:zero_off
3298 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
3304 bytes_to_zero = min(bytes_to_zero, PAGE_SIZE - (int)(zero_off & PAGE_MASK_64)); in cluster_zero_range()
3305 zero_pg_index = (int)((zero_off - upl_f_offset) / PAGE_SIZE_64); in cluster_zero_range()
3626 off_t zero_off; in cluster_write_copy() local
3662 zero_off = 0; in cluster_write_copy()
3678 zero_off = headOff; in cluster_write_copy()
3682 zero_off = headOff; in cluster_write_copy()
3686 zero_off = uio->uio_offset & ~PAGE_MASK_64; in cluster_write_copy()
3688 if (zero_off >= oldEOF) { in cluster_write_copy()
3689 zero_cnt = uio->uio_offset - zero_off; in cluster_write_copy()
3734 start_offset = (int)(zero_off & PAGE_MASK_64); in cluster_write_copy()
3735 upl_f_offset = zero_off - start_offset; in cluster_write_copy()
3744 (int)zero_off, (int)zero_cnt, (int)zero_off1, (int)zero_cnt1, 0); in cluster_write_copy()
3917 …bytes_to_zero = cluster_zero_range(upl, pl, flags, io_offset, zero_off, upl_f_offset, bytes_to_zer… in cluster_write_copy()
3921 zero_off += bytes_to_zero; in cluster_write_copy()