Searched refs:zero_off (Results 1 – 1 of 1) sorted by relevance
3192 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() argument3198 bytes_to_zero = min(bytes_to_zero, PAGE_SIZE - (int)(zero_off & PAGE_MASK_64)); in cluster_zero_range()3199 zero_pg_index = (int)((zero_off - upl_f_offset) / PAGE_SIZE_64); in cluster_zero_range()3520 off_t zero_off; in cluster_write_copy() local3556 zero_off = 0; in cluster_write_copy()3572 zero_off = headOff; in cluster_write_copy()3576 zero_off = headOff; in cluster_write_copy()3580 zero_off = uio->uio_offset & ~PAGE_MASK_64; in cluster_write_copy()3582 if (zero_off >= oldEOF) { in cluster_write_copy()3583 zero_cnt = uio->uio_offset - zero_off; in cluster_write_copy()[all …]