Searched refs:zero_off (Results 1 – 1 of 1) sorted by relevance
3679 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() argument3685 bytes_to_zero = min(bytes_to_zero, PAGE_SIZE - (int)(zero_off & PAGE_MASK_64)); in cluster_zero_range()3686 zero_pg_index = (int)((zero_off - upl_f_offset) / PAGE_SIZE_64); in cluster_zero_range()4007 off_t zero_off; in cluster_write_copy() local4043 zero_off = 0; in cluster_write_copy()4059 zero_off = headOff; in cluster_write_copy()4063 zero_off = headOff; in cluster_write_copy()4067 zero_off = uio->uio_offset & ~PAGE_MASK_64; in cluster_write_copy()4069 if (zero_off >= oldEOF) { in cluster_write_copy()4070 zero_cnt = uio->uio_offset - zero_off; in cluster_write_copy()[all …]